diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:44:22 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-27 01:44:22 +0000 |
| commit | a77db60fed81e8e6492806d82d50ef570f70706b (patch) | |
| tree | f3345c20a74af12d3aecd99cafaf36f376384cbf /Graphics/GraphicsEngineD3D12 | |
| parent | Renamed .h -> .hpp in DiligentCoreAPITest project (diff) | |
| download | DiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.tar.gz DiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.zip | |
Renamed platform headers .h -> .hpp
Diffstat (limited to 'Graphics/GraphicsEngineD3D12')
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/include/pch.h | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp index 162828e9..75def797 100644 --- a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp @@ -36,7 +36,7 @@ #include "CommandListManager.hpp" #include "CommandContext.hpp" #include "D3D12DynamicHeap.hpp" -#include "Atomics.h" +#include "Atomics.hpp" #include "CommandQueueD3D12.h" #include "GenerateMips.hpp" #include "QueryManagerD3D12.hpp" diff --git a/Graphics/GraphicsEngineD3D12/include/pch.h b/Graphics/GraphicsEngineD3D12/include/pch.h index 0a7bdfce..87c6f02a 100644 --- a/Graphics/GraphicsEngineD3D12/include/pch.h +++ b/Graphics/GraphicsEngineD3D12/include/pch.h @@ -49,7 +49,7 @@ #include "PlatformDefinitions.h" #include "Errors.hpp" #include "RefCntAutoPtr.hpp" -#include "DebugUtilities.h" +#include "DebugUtilities.hpp" #include "D3DErrors.hpp" #include "RenderDeviceBase.hpp" #include "ValidatedCast.hpp" diff --git a/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp b/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp index e1da052f..124201ff 100644 --- a/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp +++ b/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp @@ -35,7 +35,7 @@ #include "D3D12TypeDefinitions.h" #include "D3DTypeConversionImpl.hpp" #include "D3DViewDescConversionImpl.hpp" -#include "PlatformMisc.h" +#include "PlatformMisc.hpp" namespace Diligent { |
