Struct DepthStencilState

Describes the depth/stencil state in a render pipeline.

struct DepthStencilState ;

Constructors

NameDescription
this (format, depthWriteEnabled, depthCompare, stencilFront, stencilBack, stencilReadMask, stencilWriteMask, depthBias, depthBiasSlopeScale, depthBiasClamp)

See Also

wgpu::DepthStencilState