Enum CullMode
Specifies polygon culling mode.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum CullMode : byte
  Fields
| Name | Description | 
|---|---|
| Back | Do not draw triangles that are back-facing.  | 
      
| Front | Do not draw triangles that are front-facing.  | 
      
| None | Always draw all triangles.  |