WGPUDepthStencilStateDescriptor

Undocumented in source.

Members

Variables

depth_compare
WGPUCompareFunction depth_compare;
Undocumented in source.
depth_write_enabled
ubyte 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