summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3D12
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-27 01:55:51 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-27 01:55:51 +0000
commitfa7fb792ec7ce494b434cc68fed5a3d2c9328a38 (patch)
treea17dbf77423a093b7d7f8f232bb5209ac5e3da3b /Graphics/GraphicsEngineD3D12
parentRenamed platform headers .h -> .hpp (diff)
downloadDiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.tar.gz
DiligentCore-fa7fb792ec7ce494b434cc68fed5a3d2c9328a38.zip
A bunch of final .h -> .hpp renamings
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
-rw-r--r--Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp2
-rw-r--r--Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp
index 478f5139..1f45888b 100644
--- a/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp
+++ b/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp
@@ -31,7 +31,7 @@
/// Declaration of Diligent::CommandQueueD3D12Impl class
#include "CommandQueueD3D12.h"
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include <mutex>
namespace Diligent
diff --git a/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp b/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp
index d8108c06..f1267e59 100644
--- a/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp
+++ b/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp
@@ -36,7 +36,7 @@
#include <string>
#include <unordered_set>
#include <atomic>
-#include "ObjectBase.h"
+#include "ObjectBase.hpp"
#include "VariableSizeAllocationsManager.hpp"
namespace Diligent