[]
D3D11_DEPTH_STENCIL_DESC
public struct DepthStencilStateDescription
D3D11_DEPTH_STENCILOP_DESC BackFace
public DepthStencilOperationDescription BackFace
D3D11_COMPARISON_FUNC DepthFunc
public Comparison DepthComparison
D3D11_DEPTH_WRITE_MASK DepthWriteMask
public DepthWriteMask DepthWriteMask
D3D11_DEPTH_STENCILOP_DESC FrontFace
public DepthStencilOperationDescription FrontFace
BOOL DepthEnable
public Bool IsDepthEnabled
BOOL StencilEnable
public Bool IsStencilEnabled
unsigned char StencilReadMask
public byte StencilReadMask
unsigned char StencilWriteMask
public byte StencilWriteMask
Returns default values for DepthStencilStateDescription.
public static DepthStencilStateDescription Default()