Class RasterizerStates
Default known values for RasterizerStateDescription.
Inherited Members
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public static class RasterizerStates
Fields
CullBack
Cull primitives with counter-clockwise winding order.
Declaration
public static readonly RasterizerStateDescription CullBack
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
CullFront
Cull primitives with clockwise winding order;.
Declaration
public static readonly RasterizerStateDescription CullFront
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
None
Not cull primitives.
Declaration
public static readonly RasterizerStateDescription None
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
WireframeCullBack
Cull primitives with counter-clockwise winding order and wireframe enable.
Declaration
public static readonly RasterizerStateDescription WireframeCullBack
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
WireframeCullFront
Cull primitives with clockwise winding order and wireframe enable.
Declaration
public static readonly RasterizerStateDescription WireframeCullFront
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
WireframeCullNone
Not cull primitives and wireframe enable.
Declaration
public static readonly RasterizerStateDescription WireframeCullNone
Field Value
Type | Description |
---|---|
RasterizerStateDescription |