Enum CullingMode
Defines how a triangle primitive should be culled from rendering.
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum CullingMode
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. |