From fa7fb792ec7ce494b434cc68fed5a3d2c9328a38 Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 17:55:51 -0800 Subject: A bunch of final .h -> .hpp renamings --- Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineD3D12') 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 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 #include #include -#include "ObjectBase.h" +#include "ObjectBase.hpp" #include "VariableSizeAllocationsManager.hpp" namespace Diligent -- cgit v1.2.3