summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineNextGenBase
diff options
context:
space:
mode:
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"