deno / latest / ~ / gpurenderpasscolorattachment.html

GPURenderPassColorAttachment

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

Properties

clearValue?: GPUColor
loadOp: GPULoadOp
resolveTarget?: GPUTextureView
storeOp: GPUStoreOp