Enum CullMode
Specifies the 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 backfacing. |
Front | Does not draw front-facing triangles. |
None | Always draws all triangles. |