Trilium Frontend API
    Preparing search index...

    Interface GPURenderPassColorAttachment

    interface GPURenderPassColorAttachment {
        clearValue?: GPUColor;
        depthSlice?: number;
        loadOp: GPULoadOp;
        resolveTarget?: GPUTexture | GPUTextureView;
        storeOp: GPUStoreOp;
        view: GPUTexture | GPUTextureView;
    }
    Index

    Properties

    clearValue?: GPUColor
    depthSlice?: number
    loadOp: GPULoadOp
    resolveTarget?: GPUTexture | GPUTextureView
    storeOp: GPUStoreOp