Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
interface GPURenderPassDepthStencilAttachment

Properties

view: GPUTextureView
depthLoadValue: GPULoadOp | number
depthStoreOp: GPUStoreOp
optional
depthReadOnly: boolean
stencilLoadValue: GPULoadOp | number
stencilStoreOp: GPUStoreOp
optional
stencilReadOnly: boolean