summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
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/GraphicsEngineD3D12
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/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp2
-rw-r--r--Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp
index 6971d8a8..fb4db98e 100644
--- a/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp
+++ b/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp
@@ -33,7 +33,7 @@
#include <unordered_map>
#include "DeviceContextD3D12.h"
-#include "DeviceContextNextGenBase.h"
+#include "DeviceContextNextGenBase.hpp"
#include "BufferD3D12Impl.hpp"
#include "TextureD3D12Impl.hpp"
#include "QueryD3D12Impl.hpp"
diff --git a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp
index 3c4746c8..162828e9 100644
--- a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp
+++ b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp
@@ -31,7 +31,7 @@
/// Declaration of Diligent::RenderDeviceD3D12Impl class
#include "RenderDeviceD3D12.h"
#include "RenderDeviceD3DBase.hpp"
-#include "RenderDeviceNextGenBase.h"
+#include "RenderDeviceNextGenBase.hpp"
#include "DescriptorHeap.hpp"
#include "CommandListManager.hpp"
#include "CommandContext.hpp"