GPURenderPassColorAttachment
interface GPURenderPassColorAttachment {clearValue?: GPUColor;loadOp: GPULoadOp;resolveTarget?: GPUTextureView;storeOp: GPUStoreOp;view: GPUTextureView;}
Свойства
clearValue?: GPUColorloadOp: GPULoadOpresolveTarget?: GPUTextureViewstoreOp: GPUStoreOpview: GPUTextureView
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassColorAttachment