diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 23:21:35 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-01-26 23:21:35 +0000 |
| commit | 00e8dcdb71c6ae3fefd83958ead19b1d72f544e4 (patch) | |
| tree | 582808f886ffda1a4d9c360a610f2298c06197a2 /Graphics/GraphicsEngineD3DBase | |
| parent | Renamed .h -> .hpp in Common and HLSL2GLSLConverterLib projects (diff) | |
| download | DiligentCore-00e8dcdb71c6ae3fefd83958ead19b1d72f544e4.tar.gz DiligentCore-00e8dcdb71c6ae3fefd83958ead19b1d72f544e4.zip | |
More .h -> .hpp renamings
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp (renamed from Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.h) | 0 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt index a60f000f..0f208b6d 100644 --- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt @@ -7,7 +7,7 @@ set(INCLUDE include/D3DShaderResourceLoader.hpp include/D3DTypeConversionImpl.hpp include/D3DViewDescConversionImpl.hpp - include/DXGITypeConversions.h + include/DXGITypeConversions.hpp include/EngineFactoryD3DBase.hpp include/HLSLDefinitions.fxh include/RenderDeviceD3DBase.hpp diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp index 5f6939a8..02f72d86 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp @@ -32,7 +32,7 @@ /// This file must be included after D3D11TypeDefinitions.h or D3D12TypeDefinitions.h -#include "DXGITypeConversions.h" +#include "DXGITypeConversions.hpp" namespace Diligent { diff --git a/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.h b/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp index 91808f8f..91808f8f 100644 --- a/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.h +++ b/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp diff --git a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp index 1e610f62..88680ff5 100644 --- a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp @@ -27,7 +27,7 @@ #pragma once -#include "DXGITypeConversions.h" +#include "DXGITypeConversions.hpp" #include "EngineFactoryBase.hpp" /// \file diff --git a/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp b/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp index 32f3e60e..a181d534 100644 --- a/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp @@ -25,7 +25,7 @@ * of the possibility of such damages. */ -#include "DXGITypeConversions.h" +#include "DXGITypeConversions.hpp" #include "BasicTypes.h" #include "DebugUtilities.h" |
