diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-12-24 01:43:25 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-12-24 01:43:25 +0000 |
| commit | dcd30d944d000fbadc28540d3cef1fbe4224dec3 (patch) | |
| tree | 7d96a0d6b1d72b066ff77fd341b16550838e3544 /Graphics/GraphicsEngineNextGenBase | |
| parent | Fixed TOC in readme (diff) | |
| download | DiligentCore-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.h | 2 |
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}) { } |
