| GraphicsHelperRasterizerStateCullNone Field |
A rasterizer state object with settings for not culling primitives.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static readonly RasterizerState RasterizerStateCullNone
Public Shared ReadOnly RasterizerStateCullNone As RasterizerState
public:
static initonly RasterizerState^ RasterizerStateCullNone
static val RasterizerStateCullNone: RasterizerState
Field Value
Type:
RasterizerStateRemarks
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