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

    Interface RenderTargetColorAttachmentOptions

    interface RenderTargetColorAttachmentOptions {
        clearValue?: RenderTargetColor;
        format?: RenderTargetColorFormat;
        label?: string;
        loadOp?: RenderTargetLoadOp;
        storeOp?: RenderTargetStoreOp;
    }
    Index
    clearValue?: RenderTargetColor
    label?: string