| GraphicsHelperRasterizerStateCullClockwise Field |
A rasterizer state object with settings for culling primitives with clockwise winding order.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly RasterizerState RasterizerStateCullClockwise
Public Shared ReadOnly RasterizerStateCullClockwise As RasterizerState
public:
static initonly RasterizerState^ RasterizerStateCullClockwise
static val RasterizerStateCullClockwise: RasterizerState
Field Value
Type:
RasterizerStateRemarks
This state is identical to the built-in state CullClockwise 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