Default values can be set using WGPU_RENDER_PASS_DEPTH_STENCIL_ATTACHMENT_INIT as initializer.
Definition at line 2408 of file webgpu.h.
◆ nextInChain
◆ view
WGPUTextureView WGPURenderPassDepthStencilAttachment::view |
◆ depthLoadOp
WGPULoadOp WGPURenderPassDepthStencilAttachment::depthLoadOp |
◆ depthStoreOp
WGPUStoreOp WGPURenderPassDepthStencilAttachment::depthStoreOp |
◆ depthClearValue
float WGPURenderPassDepthStencilAttachment::depthClearValue |
◆ depthReadOnly
WGPUBool WGPURenderPassDepthStencilAttachment::depthReadOnly |
◆ stencilLoadOp
WGPULoadOp WGPURenderPassDepthStencilAttachment::stencilLoadOp |
◆ stencilStoreOp
WGPUStoreOp WGPURenderPassDepthStencilAttachment::stencilStoreOp |
◆ stencilClearValue
uint32_t WGPURenderPassDepthStencilAttachment::stencilClearValue |
◆ stencilReadOnly
WGPUBool WGPURenderPassDepthStencilAttachment::stencilReadOnly |