WGPUDepthStencilStateDescriptor

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

depth_compare
WGPUCompareFunction depth_compare;
Undocumented in source.
depth_write_enabled
bool depth_write_enabled;
Undocumented in source.
format
WGPUTextureFormat format;
Undocumented in source.
stencil_back
WGPUStencilStateFaceDescriptor stencil_back;
Undocumented in source.
stencil_front
WGPUStencilStateFaceDescriptor stencil_front;
Undocumented in source.
stencil_read_mask
uint stencil_read_mask;
Undocumented in source.
stencil_write_mask
uint stencil_write_mask;
Undocumented in source.

Meta