Table of Contents

Class RasterizerStates

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Known values for RasterizerStateDescription.

public static class RasterizerStates
Inheritance
RasterizerStates

Fields

CullBack

Built-in rasterizer state object with settings for culling primitives with counter-clockwise winding order.

public static readonly RasterizerStateDescription CullBack

Field Value

RasterizerStateDescription

CullFront

Built-in rasterizer state object with settings for culling primitives with clockwise winding order.

public static readonly RasterizerStateDescription CullFront

Field Value

RasterizerStateDescription

CullNone

Built-in rasterizer state object with settings for not culling any primitives.

public static readonly RasterizerStateDescription CullNone

Field Value

RasterizerStateDescription

Wireframe

Built-in rasterizer state object for wireframe with settings for not culling any primitives.

public static readonly RasterizerStateDescription Wireframe

Field Value

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

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

RasterizerStateDescription