On this page
GPURenderPassColorAttachment
interface GPURenderPassColorAttachment {
clearValue?: GPUColor;
loadOp: GPULoadOp;
resolveTarget?: GPUTextureView;
storeOp: GPUStoreOp;
view: GPUTextureView;
}
Properties
clearValue?: GPUColor
loadOp: GPULoadOp
resolveTarget?: GPUTextureView
storeOp: GPUStoreOp
view: GPUTextureView
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassColorAttachment