Class DepthStencilStates
Default known values for DepthStencilStateDescription.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public static class DepthStencilStates
Fields
None
Depth disable.
Declaration
public static readonly DepthStencilStateDescription None
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |
Read
Depth enable but writemask zero.
Declaration
public static readonly DepthStencilStateDescription Read
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |
ReadWrite
Depth enable and writemask enable.
Declaration
public static readonly DepthStencilStateDescription ReadWrite
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |