Struct d3d11_win::core::structures::D3D11_DEPTH_STENCIL_DESC [] [src]

pub struct D3D11_DEPTH_STENCIL_DESC {
    pub DepthEnable: BOOL,
    pub DepthWriteMask: D3D11_DEPTH_WRITE_MASK,
    pub DepthFunc: D3D11_COMPARISON_FUNC,
    pub StencilEnable: BOOL,
    pub StencilReadMask: UINT8,
    pub StencilWriteMask: UINT8,
    pub FrontFace: D3D11_DEPTH_STENCILOP_DESC,
    pub BackFace: D3D11_DEPTH_STENCILOP_DESC,
}

Fields

DepthEnable
DepthWriteMask
DepthFunc
StencilEnable
StencilReadMask
StencilWriteMask
FrontFace
BackFace