summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
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/GLSLTools
parentRenamed .h -> .hpp in DiligentCoreAPITest project (diff)
downloadDiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.tar.gz
DiligentCore-a77db60fed81e8e6492806d82d50ef570f70706b.zip
Renamed platform headers .h -> .hpp
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/src/GLSLSourceBuilder.cpp2
-rw-r--r--Graphics/GLSLTools/src/SPIRVUtils.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
index 539d998f..d415aee2 100644
--- a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
+++ b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
@@ -29,7 +29,7 @@
#include <sstream>
#include "GLSLSourceBuilder.hpp"
-#include "DebugUtilities.h"
+#include "DebugUtilities.hpp"
#include "HLSL2GLSLConverterImpl.hpp"
#include "RefCntAutoPtr.hpp"
#include "DataBlobImpl.hpp"
diff --git a/Graphics/GLSLTools/src/SPIRVUtils.cpp b/Graphics/GLSLTools/src/SPIRVUtils.cpp
index 17906e39..47c1c563 100644
--- a/Graphics/GLSLTools/src/SPIRVUtils.cpp
+++ b/Graphics/GLSLTools/src/SPIRVUtils.cpp
@@ -38,7 +38,7 @@
#endif
#include "SPIRVUtils.hpp"
-#include "DebugUtilities.h"
+#include "DebugUtilities.hpp"
#include "DataBlobImpl.hpp"
#include "RefCntAutoPtr.hpp"