summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-26 21:12:51 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-26 21:12:51 +0000
commit66a258c60dd46d3693f467a2394bafb04a804006 (patch)
tree81b76874756eee7ddd7b286261a623b83d270e6a /Graphics/GraphicsEngineNextGenBase
parentMoved MapHelper to GraphicsTools (diff)
downloadDiligentCore-66a258c60dd46d3693f467a2394bafb04a804006.tar.gz
DiligentCore-66a258c60dd46d3693f467a2394bafb04a804006.zip
Renamed .h -> .hpp files in GLSLTools, GraphicsAccessories, and GraphicsTools projects
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h4
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
index 4140f50c..906a846f 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
@@ -34,8 +34,8 @@
#include <deque>
#include <vector>
#include <atomic>
-#include "VariableSizeAllocationsManager.h"
-#include "RingBuffer.h"
+#include "VariableSizeAllocationsManager.hpp"
+#include "RingBuffer.hpp"
namespace Diligent
{
diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h
index 56fffc1d..8ac8bc18 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h
@@ -37,7 +37,7 @@
#include "MemoryAllocator.h"
#include "RefCntAutoPtr.h"
#include "PlatformMisc.h"
-#include "ResourceReleaseQueue.h"
+#include "ResourceReleaseQueue.hpp"
#include "EngineMemory.h"
namespace Diligent