summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-26 21:59:38 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-26 21:59:38 +0000
commit16aebd657c96bd86617dc2167aac4abe065fb00f (patch)
tree6fc455a5fd50ac538230be15d20718b3dcb4cbd7 /Graphics/GraphicsEngineNextGenBase
parentRenamed .h -> .hpp in GraphicsEngine, GraphicsEngineD3DBase, GraphicsEningeD3... (diff)
downloadDiligentCore-16aebd657c96bd86617dc2167aac4abe065fb00f.tar.gz
DiligentCore-16aebd657c96bd86617dc2167aac4abe065fb00f.zip
Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projects
Diffstat (limited to 'Graphics/GraphicsEngineNextGenBase')
-rw-r--r--Graphics/GraphicsEngineNextGenBase/CMakeLists.txt6
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp (renamed from Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h)0
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp (renamed from Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h)0
-rw-r--r--Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp (renamed from Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h)0
-rw-r--r--Graphics/GraphicsEngineNextGenBase/src/dummy.cpp2
5 files changed, 4 insertions, 4 deletions
diff --git a/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt b/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt
index 21669229..f0bb4f01 100644
--- a/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineNextGenBase/CMakeLists.txt
@@ -3,9 +3,9 @@ cmake_minimum_required (VERSION 3.6)
project(Diligent-GraphicsEngineNextGenBase CXX)
set(INCLUDE
- include/DeviceContextNextGenBase.h
- include/DynamicHeap.h
- include/RenderDeviceNextGenBase.h
+ include/DeviceContextNextGenBase.hpp
+ include/DynamicHeap.hpp
+ include/RenderDeviceNextGenBase.hpp
)
set(SOURCE
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
index 8954e3d4..8954e3d4 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp
diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp
index 906a846f..906a846f 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp
diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp
index 8ac8bc18..8ac8bc18 100644
--- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.h
+++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp
diff --git a/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp b/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp
index 5a756046..543f8df9 100644
--- a/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp
+++ b/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp
@@ -25,4 +25,4 @@
* of the possibility of such damages.
*/
-#include "RenderDeviceNextGenBase.h"
+#include "RenderDeviceNextGenBase.hpp"