DepthStencilState
public struct DepthStencilState
Inheritance and metadata
Fields
public StencilFaceState BackFace
StencilFaceState
public CompareOp DepthCompareOp
CompareOp
public StencilFaceState FrontFace
StencilFaceState
public bool IsDepthEnabled
bool
public bool IsDepthWriteEnabled
bool
public bool IsStencilEnabled
bool
public byte StencilReadMask
byte
public byte StencilWriteMask
byte
Methods
public static DepthStencilState DepthNone()
DepthStencilState
public static DepthStencilState DepthRead()
DepthStencilState
public static DepthStencilState DepthReadReverseZ()
DepthStencilState
public static DepthStencilState DepthReadWrite()
DepthStencilState
public static DepthStencilState DepthReadWriteReverseZ()
DepthStencilState