WGPUDepthStencilState

Undocumented in source.

Members

Variables

depthBias
int depthBias;
Undocumented in source.
depthBiasClamp
float depthBiasClamp;
Undocumented in source.
depthBiasSlopeScale
float depthBiasSlopeScale;
Undocumented in source.
depthCompare
WGPUCompareFunction depthCompare;
Undocumented in source.
depthWriteEnabled
bool depthWriteEnabled;
Undocumented in source.
format
WGPUTextureFormat format;
Undocumented in source.
nextInChain
const(WGPUChainedStruct)* nextInChain;
Undocumented in source.
stencilBack
WGPUStencilFaceState stencilBack;
Undocumented in source.
stencilFront
WGPUStencilFaceState stencilFront;
Undocumented in source.
stencilReadMask
uint stencilReadMask;
Undocumented in source.
stencilWriteMask
uint stencilWriteMask;
Undocumented in source.

Meta