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

    Interface RenderPipelineOutputColorAttachment

    Attachment operations selected for one physical output color attachment.

    interface RenderPipelineOutputColorAttachment {
        clearValue: Readonly<RenderTargetColor>;
        loadOp: RenderTargetLoadOp;
        storeOp: RenderTargetStoreOp;
    }
    Index
    clearValue: Readonly<RenderTargetColor>

    Clear value used when RenderPipelineOutputColorAttachment.loadOp is clear.

    Whether the invocation loads or clears the attachment's existing contents.

    Whether the invocation preserves or discards the attachment's resulting contents.