From 16aebd657c96bd86617dc2167aac4abe065fb00f Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 26 Jan 2020 13:59:38 -0800 Subject: Renamed .h -> .hpp in GraphicsEngineNextGenBase and GraphicsEngineD3D12 projects --- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineD3D12') 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 #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" -- cgit v1.2.3