Class DepthStencilStates
Default known values for DepthStencilStateDescription.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public static class DepthStencilStates
Fields
None
Depth disabled.
Declaration
public static readonly DepthStencilStateDescription None
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |
Read
Depth enabled, but write mask is zero.
Declaration
public static readonly DepthStencilStateDescription Read
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |
ReadWrite
Depth enable and write mask enable.
Declaration
public static readonly DepthStencilStateDescription ReadWrite
Field Value
Type | Description |
---|---|
DepthStencilStateDescription |