Interface gpuGPURenderPassColorAttachment

interface gpuGPURenderPassColorAttachment {
    clearValue?: number[] | gpuGPUColorDict;
    depthSlice?: number;
    loadOp: string;
    resolveTarget?: gpuGPUTextureView;
    storeOp: string;
    view: gpuGPUTextureView;
}

Properties

clearValue?: number[] | gpuGPUColorDict
depthSlice?: number
loadOp: string
resolveTarget?: gpuGPUTextureView
storeOp: string