diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:55:51 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:55:51 +0000 |
| commit | fa7fb792ec7ce494b434cc68fed5a3d2c9328a38 (patch) | |
| tree | a17dbf77423a093b7d7f8f232bb5209ac5e3da3b /Graphics/GraphicsEngineD3D12 | |
| parent | Renamed platform headers .h -> .hpp (diff) | |
| download | DiligentCore-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.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp | 2 |
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 |
