deno / 1.23.2 / ~ / gpurenderpasscolorattachment.html /

GPURenderPassColorAttachment

interface GPURenderPassColorAttachment {
loadValue : GPULoadOp | GPUColor;
resolveTarget? : GPUTextureView;
storeOp? : GPUStoreOp;
view : GPUTextureView;
}

Properties

loadValue : GPULoadOp | GPUColor
resolveTarget? : GPUTextureView
storeOp? : GPUStoreOp