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

    Interface RenderPipelineColorAttachment

    One setup-declared color attachment.

    interface RenderPipelineColorAttachment {
        clearValue?: RenderTargetColor;
        loadOp: RenderTargetLoadOp;
        resolveTarget?: RenderGraphTextureHandle;
        storeOp: RenderTargetStoreOp;
        texture: RenderGraphTextureHandle;
    }
    Index
    clearValue?: RenderTargetColor

    Required clear color when loadOp is clear.

    Whether existing contents are loaded or cleared.

    resolveTarget?: RenderGraphTextureHandle

    Optional single-sample resolve destination.

    Whether resulting contents remain available after the pass.

    Attachment source texture.