GPURenderPassColorAttachment

interface GPURenderPassColorAttachment {
clearValue?: GPUColor;
loadOp: GPULoadOp;
resolveTarget?: GPUTextureView;
storeOp: GPUStoreOp;
view: GPUTextureView;
}

§Properties

§
clearValue?: GPUColor
[src]
§
loadOp: GPULoadOp
[src]
§
resolveTarget?: GPUTextureView
[src]
§
storeOp: GPUStoreOp
[src]
§
view: GPUTextureView
[src]