Class RasterizerStates
Known values for RasterizerStateDescription.
public static class RasterizerStates- Inheritance
- 
      objectRasterizerStates
Fields
CullBack
Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order.
public static readonly RasterizerStateDescription CullBackField Value
CullFront
Built-in rasterizer state object with settings for culling primitives with clockwise winding order.
public static readonly RasterizerStateDescription CullFrontField Value
CullNone
Built-in rasterizer state object with settings for not culling any primitives.
public static readonly RasterizerStateDescription CullNoneField Value
Wireframe
Built-in rasterizer state object for wireframe with settings for not culling any primitives.
public static readonly RasterizerStateDescription WireframeField Value
WireframeCullBack
Built-in rasterizer state object for wireframe with settings for culling primitives with counter-clockwise winding order.
public static readonly RasterizerStateDescription WireframeCullBackField Value
WireframeCullFront
Built-in rasterizer state object for wireframe rendering with settings for culling primitives with clockwise winding order.
public static readonly RasterizerStateDescription WireframeCullFront