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

    Interface RenderTargetDepthStencilAttachmentOptions

    interface RenderTargetDepthStencilAttachmentOptions {
        compare?: RenderTargetCompareFunction;
        depthClearValue?: number;
        depthLoadOp?: RenderTargetLoadOp;
        depthStoreOp?: RenderTargetStoreOp;
        format?: RenderTargetDepthStencilFormat;
        label?: string;
        sampled?: boolean;
        stencilClearValue?: number;
        stencilLoadOp?: RenderTargetLoadOp;
        stencilStoreOp?: RenderTargetStoreOp;
    }
    Index
    depthClearValue?: number
    depthLoadOp?: RenderTargetLoadOp
    depthStoreOp?: RenderTargetStoreOp
    label?: string
    sampled?: boolean

    Expose the depth aspect as an engine Texture. Multisampled depth cannot be sampled.

    stencilClearValue?: number
    stencilLoadOp?: RenderTargetLoadOp
    stencilStoreOp?: RenderTargetStoreOp