Hilo3d API - v2.0.0
    Preparing search index...

    Interface RenderPipelineTextureRequirement

    One texture-format constraint validated before the pipeline runtime is created.

    interface RenderPipelineTextureRequirement {
        format: RenderTargetColorFormat | RenderTargetDepthStencilFormat;
        sampleCount?: RenderTargetSampleCount;
        use: RenderPipelineTextureUse;
    }
    Index

    Required portable format.

    Required sample count, defaulting to one.

    Required graph or pass role.