Struct gfx_core::pso::DepthStencilInfo
[−]
[src]
pub struct DepthStencilInfo { pub depth: Option<Depth>, pub front: Option<StencilSide>, pub back: Option<StencilSide>, }
Depth and stencil state of the PSO.
Fields
depth | Optional depth test configuration |
front | Optional stencil test on the front faces |
back | Optional stencil test on the back faces |