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/GLSLTools | |
| 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/GLSLTools')
| -rw-r--r-- | Graphics/GLSLTools/src/GLSLSourceBuilder.cpp | 2 | ||||
| -rw-r--r-- | Graphics/GLSLTools/src/SPIRVUtils.cpp | 2 |
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" |
