RasterizerStates Class
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Known values for RasterizerStateDescription.
public static class RasterizerStates
Name | Description | |
---|---|---|
Fields | ||
CullBack | Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order. |
|
CullFront | Built-in rasterizer state object with settings for culling primitives with clockwise winding order. |
|
CullNone | Built-in rasterizer state object with settings for not culling any primitives. |
|
Wireframe | Built-in rasterizer state object for wireframe with settings for not culling any primitives. |
|
WireframeCullBack | Built-in rasterizer state object for wireframe with settings for culling primitives with counter-clockwise winding order. |
|
WireframeCullFront | Built-in rasterizer state object for wireframe rendering with settings for culling primitives with clockwise winding order. |
Fields
CullBack
Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order.
public static readonly RasterizerStateDescription CullBack
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
CullFront
Built-in rasterizer state object with settings for culling primitives with clockwise winding order.
public static readonly RasterizerStateDescription CullFront
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
CullNone
Built-in rasterizer state object with settings for not culling any primitives.
public static readonly RasterizerStateDescription CullNone
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
Wireframe
Built-in rasterizer state object for wireframe with settings for not culling any primitives.
public static readonly RasterizerStateDescription Wireframe
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
WireframeCullBack
Built-in rasterizer state object for wireframe with settings for culling primitives with counter-clockwise winding order.
public static readonly RasterizerStateDescription WireframeCullBack
Field Value
Type | Description |
---|---|
RasterizerStateDescription |
WireframeCullFront
Built-in rasterizer state object for wireframe rendering with settings for culling primitives with clockwise winding order.
public static readonly RasterizerStateDescription WireframeCullFront
Field Value
Type | Description |
---|---|
RasterizerStateDescription |