WGPURenderPassDepthStencilAttachment

Undocumented in source.

Members

Variables

depthClearValue
float depthClearValue;
Undocumented in source.
depthLoadOp
WGPULoadOp depthLoadOp;
Undocumented in source.
depthReadOnly
WGPUBool depthReadOnly;
Undocumented in source.
depthStoreOp
WGPUStoreOp depthStoreOp;
Undocumented in source.
stencilClearValue
uint stencilClearValue;
Undocumented in source.
stencilLoadOp
WGPULoadOp stencilLoadOp;
Undocumented in source.
stencilReadOnly
WGPUBool stencilReadOnly;
Undocumented in source.
stencilStoreOp
WGPUStoreOp stencilStoreOp;
Undocumented in source.
view
WGPUTextureView view;
Undocumented in source.

Meta