Click or drag to resize
DigitalRuneGraphicsHelperRasterizerStateCullCounterClockwise Field
A rasterizer state object with settings for culling primitives with counter-clockwise winding order.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static readonly RasterizerState RasterizerStateCullCounterClockwise

Field Value

Type: RasterizerState
Remarks

This state is identical to the built-in state CullCounterClockwise in XNA. The only difference is that MultiSampleAntiAlias is set to , which improves line rendering when MSAA is disabled.

This instance must not be modified!

See Also