Enum ClipDepth
Define the tipe of depth in the clip space depth.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum ClipDepth : byte
  Fields
| Name | Description | 
|---|---|
| NegativeOneToOne | The depth in clip space is in the [-1, 1] range.  | 
      
| ZeroToOne | The depth in clip space is in the [0, 1] range.  |