summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-03-19 00:41:05 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-03-19 01:52:37 +0000
commit5aaeeaae93149b8e2845ed9a4ed0958c93924bc1 (patch)
tree0f3151c4e3e1565577cd434cb2ff988d1776a0cb /Graphics/GraphicsEngineNextGenBase
parentFixed test failures in d3d12_sw mode due to bugs in WARP (diff)
downloadDiligentCore-5aaeeaae93149b8e2845ed9a4ed0958c93924bc1.tar.gz
DiligentCore-5aaeeaae93149b8e2845ed9a4ed0958c93924bc1.zip
Fixed rebase issues; updated API to version 240083
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
index 173060fa..30d13ec8 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
+++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
@@ -27,6 +27,8 @@
#pragma once
+#include <atomic>
+
#include "BasicTypes.h"
#include "ReferenceCounters.h"
#include "RefCntAutoPtr.hpp"