From dcd30d944d000fbadc28540d3cef1fbe4224dec3 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 23 Dec 2018 17:43:25 -0800 Subject: A bunch of minor changes to fix clang warnings and errors --- Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineNextGenBase') diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h index 8e3e6fa1..dc5b67a9 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h +++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h @@ -48,8 +48,8 @@ public: bIsDeferred), m_ContextId (ContextId), m_CommandQueueId (CommandQueueId), - m_ContextFrameNumber (0), m_NumCommandsToFlush (NumCommandsToFlush), + m_ContextFrameNumber (0), m_SubmittedBuffersCmdQueueMask(bIsDeferred ? 0 : Uint64{1} << Uint64{CommandQueueId}) { } -- cgit v1.2.3