Skip to main content
interface GPURenderPassDepthStencilAttachment

Properties

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