W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPURenderPassColorAttachment
interface
GPURenderPassColorAttachment {
loadValue
:
GPULoadOp
|
GPUColor
;
resolveTarget?
:
GPUTextureView
;
storeOp?
:
GPUStoreOp
;
view
:
GPUTextureView
;
}
Properties
loadValue
:
GPULoadOp
|
GPUColor
resolveTarget?
:
GPUTextureView
storeOp?
:
GPUStoreOp
view
:
GPUTextureView
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassColorAttachment