diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 00:41:05 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2021-03-19 01:52:37 +0000 |
| commit | 5aaeeaae93149b8e2845ed9a4ed0958c93924bc1 (patch) | |
| tree | 0f3151c4e3e1565577cd434cb2ff988d1776a0cb /Graphics/GraphicsEngineNextGenBase | |
| parent | Fixed test failures in d3d12_sw mode due to bugs in WARP (diff) | |
| download | DiligentCore-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.hpp | 2 |
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" |
