summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-12-24 01:43:25 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-12-24 01:43:25 +0000
commitdcd30d944d000fbadc28540d3cef1fbe4224dec3 (patch)
tree7d96a0d6b1d72b066ff77fd341b16550838e3544 /Graphics/GraphicsEngineNextGenBase
parentFixed TOC in readme (diff)
downloadDiligentCore-dcd30d944d000fbadc28540d3cef1fbe4224dec3.tar.gz
DiligentCore-dcd30d944d000fbadc28540d3cef1fbe4224dec3.zip
A bunch of minor changes to fix clang warnings and errors
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h2
1 files changed, 1 insertions, 1 deletions
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})
{
}