W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
GPURenderPassDepthStencilAttachment
interface
GPURenderPassDepthStencilAttachment {
depthLoadValue
:
GPULoadOp
|
number
;
depthReadOnly?
:
boolean
;
depthStoreOp
:
GPUStoreOp
;
stencilLoadValue
:
GPULoadOp
|
number
;
stencilReadOnly?
:
boolean
;
stencilStoreOp
:
GPUStoreOp
;
view
:
GPUTextureView
;
}
Properties
depthLoadValue
:
GPULoadOp
|
number
depthReadOnly?
:
boolean
depthStoreOp
:
GPUStoreOp
stencilLoadValue
:
GPULoadOp
|
number
stencilReadOnly?
:
boolean
stencilStoreOp
:
GPUStoreOp
view
:
GPUTextureView
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/GPURenderPassDepthStencilAttachment