Enum DepthStencilStateEnum
The default values for the depth stencil state.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum DepthStencilStateEnum : byte
Fields
Name | Description |
---|---|
Custom | Custom value. |
None | Disables the depth |
Read | Depth enabled but write mask set to zero. |
ReadAndWrite | Depth enable and write mask enable. |