summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-27 01:44:22 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-27 01:44:22 +0000
commita77db60fed81e8e6492806d82d50ef570f70706b (patch)
treef3345c20a74af12d3aecd99cafaf36f376384cbf /Graphics/GraphicsTools
parentRenamed .h -> .hpp in DiligentCoreAPITest project (diff)
downloadDiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.tar.gz
DiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.zip
Renamed platform headers .h -> .hpp
Diffstat (limited to 'Graphics/GraphicsTools')
-rw-r--r--Graphics/GraphicsTools/interface/MapHelper.hpp2
-rw-r--r--Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp2
-rw-r--r--Graphics/GraphicsTools/src/GraphicsUtilities.cpp2
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"