Click or drag to resize
DigitalRuneGraphicsHelperRasterizerStateCullNone Field
A rasterizer state object with settings for not culling primitives.

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

Field Value

Type: RasterizerState
Remarks

This state is identical to the built-in state CullNone 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