summaryrefslogtreecommitdiffstats
path: root/Graphics
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
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')
-rw-r--r--Graphics/GraphicsEngine/interface/APIInfo.h2
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/APIInfo.h b/Graphics/GraphicsEngine/interface/APIInfo.h
index f268ff63..288ccff0 100644
--- a/Graphics/GraphicsEngine/interface/APIInfo.h
+++ b/Graphics/GraphicsEngine/interface/APIInfo.h
@@ -30,7 +30,7 @@
/// \file
/// Diligent API information
-#define DILIGENT_API_VERSION 240082
+#define DILIGENT_API_VERSION 240083
#include "../../../Primitives/interface/BasicTypes.h"
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"