summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/RasterizerState.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Graphics/GraphicsEngine/interface/RasterizerState.h b/Graphics/GraphicsEngine/interface/RasterizerState.h
index eb548bba..599e742f 100644
--- a/Graphics/GraphicsEngine/interface/RasterizerState.h
+++ b/Graphics/GraphicsEngine/interface/RasterizerState.h
@@ -145,12 +145,12 @@ struct RasterizerStateDesc
FillMode ( _FillMode ),
CullMode ( _CullMode ),
FrontCounterClockwise( _FrontCounterClockwise ),
- DepthBias ( _DepthBias ),
- DepthBiasClamp ( _DepthBiasClamp ),
- SlopeScaledDepthBias ( _SlopeScaledDepthBias ),
DepthClipEnable ( _DepthClipEnable ),
ScissorEnable ( _ScissorEnable ),
- AntialiasedLineEnable( _AntialiasedLineEnable )
+ AntialiasedLineEnable( _AntialiasedLineEnable ),
+ DepthBias ( _DepthBias ),
+ DepthBiasClamp ( _DepthBiasClamp ),
+ SlopeScaledDepthBias ( _SlopeScaledDepthBias )
{
}