From 7abb3ee4d983defe9c7036bf526f9a64a22545ff Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 14 Apr 2018 13:51:22 -0700 Subject: Fixed few warnings on clang --- Graphics/GraphicsEngine/interface/RasterizerState.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Graphics/GraphicsEngine') 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 ) { } -- cgit v1.2.3