Enum RasterizeStateEnum
Enum of the rasterizer states.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum RasterizeStateEnum
Fields
Name | Description |
---|---|
CullBack | Cull primitives with counter-clockwise winding order. |
CullFront | Cull primitives with clockwise winding order, |
Custom | Custom value |
None | Not cull primitives. |
WireframeCullBack | Cull primitives with counter-clockwise winding order and wireframe enable. |
WireframeCullFront | Cull primitives with clockwise winding order and wireframe enable. |
WireframeCullNone | Not cull primitives and wireframe enable. |