Table of Contents

Class RasterizerStates

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Defines a set of built-in RasterizerStateDescriptions for common rasterizer configurations.

public static class RasterizerStates
Inheritance
object
RasterizerStates

Fields

CullBack

A built-in Rasterizer State object with settings for culling primitives with counter-clockwise winding order.

public static readonly RasterizerStateDescription CullBack

Field Value

RasterizerStateDescription

CullFront

A built-in Rasterizer State object with settings for culling primitives with clockwise winding order.

public static readonly RasterizerStateDescription CullFront

Field Value

RasterizerStateDescription

CullNone

A built-in Rasterizer State object with settings for not culling any primitives.

public static readonly RasterizerStateDescription CullNone

Field Value

RasterizerStateDescription

Default

A built-in Rasterizer State object with default settings.

public static readonly RasterizerStateDescription Default

Field Value

RasterizerStateDescription

Remarks

The default values are:

Wireframe

A built-in Rasterizer State object for wireframe with settings for not culling any primitives.

public static readonly RasterizerStateDescription Wireframe

Field Value

RasterizerStateDescription

WireframeCullBack

A 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

A 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