Struct D3D11.DepthStencilDesc
Describes depth-stencil state.
Mirrors D3D11_DEPTH_STENCIL_DESC.
public struct D3D11.DepthStencilDesc
- Inherited Members
Fields
BackFace
public D3D11.DepthStencilOpDesc BackFace
Field Value
DepthEnable
public int DepthEnable
Field Value
DepthFunc
public uint DepthFunc
Field Value
DepthWriteMask
public uint DepthWriteMask
Field Value
FrontFace
public D3D11.DepthStencilOpDesc FrontFace
Field Value
StencilEnable
public int StencilEnable
Field Value
StencilReadMask
public byte StencilReadMask
Field Value
StencilWriteMask
public byte StencilWriteMask