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

    Interface RenderPipelinePersistentTargetDescriptor

    Recovery-aware persistent render-target recipe owned by a pipeline runtime key.

    interface RenderPipelinePersistentTargetDescriptor {
        colorFormats: readonly RenderTargetColorFormat[];
        depthStencilFormat?: RenderTargetDepthStencilFormat;
        extent: RenderPipelineExtent;
        label?: string;
        sampleCount?: RenderTargetSampleCount;
    }
    Index
    colorFormats: readonly RenderTargetColorFormat[]

    Continuous color attachment formats.

    depthStencilFormat?: RenderTargetDepthStencilFormat

    Optional depth/stencil attachment format.

    Absolute or output-relative dimensions.

    label?: string

    Optional diagnostic label.

    Raster sample count, defaulting to one.