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/GraphicsTools | |
| 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/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/interface/MapHelper.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp | 2 | ||||
| -rw-r--r-- | Graphics/GraphicsTools/src/GraphicsUtilities.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/GraphicsTools/interface/MapHelper.hpp b/Graphics/GraphicsTools/interface/MapHelper.hpp index d1cd9279..5a307222 100644 --- a/Graphics/GraphicsTools/interface/MapHelper.hpp +++ b/Graphics/GraphicsTools/interface/MapHelper.hpp @@ -30,7 +30,7 @@ /// \file /// Definition of the Diligent::MapHelper helper template class -#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../../Platforms/Basic/interface/DebugUtilities.hpp" #include "../../../Common/interface/RefCntAutoPtr.hpp" #include "../../GraphicsEngine/interface/DeviceContext.h" #include "../../GraphicsEngine/interface/Buffer.h" diff --git a/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp b/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp index f566b702..15b9b59e 100644 --- a/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp +++ b/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp @@ -47,7 +47,7 @@ #include <sstream> #include <iomanip> #include "../../GraphicsEngine/interface/Shader.h" -#include "../../../Platforms/Basic/interface/DebugUtilities.h" +#include "../../../Platforms/Basic/interface/DebugUtilities.hpp" namespace Diligent diff --git a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp index b2bf2c39..375b67dc 100644 --- a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp +++ b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp @@ -30,7 +30,7 @@ #include <cmath> #include "GraphicsUtilities.h" -#include "DebugUtilities.h" +#include "DebugUtilities.hpp" #include "GraphicsAccessories.hpp" #include "ColorConversion.h" |
