WGPURenderPassDepthStencilAttachment

Undocumented in source.

Members

Variables

clearDepth
float clearDepth;
Undocumented in source.
clearStencil
uint clearStencil;
Undocumented in source.
depthLoadOp
WGPULoadOp depthLoadOp;
Undocumented in source.
depthReadOnly
bool depthReadOnly;
Undocumented in source.
depthStoreOp
WGPUStoreOp depthStoreOp;
Undocumented in source.
stencilLoadOp
WGPULoadOp stencilLoadOp;
Undocumented in source.
stencilReadOnly
bool stencilReadOnly;
Undocumented in source.
stencilStoreOp
WGPUStoreOp stencilStoreOp;
Undocumented in source.
view
WGPUTextureView view;
Undocumented in source.

Meta