summaryrefslogtreecommitdiffstats
path: root/Graphics/ShaderTools
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-09-20 17:49:32 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-09-20 17:49:32 +0000
commit1213ea3a22db8694bb7c8e710e062a55edd1f210 (patch)
tree052ecf872563eac76d969b66cb00b597f425e510 /Graphics/ShaderTools
parentadded ability to use #include in glsl (diff)
downloadDiligentCore-1213ea3a22db8694bb7c8e710e062a55edd1f210.tar.gz
DiligentCore-1213ea3a22db8694bb7c8e710e062a55edd1f210.zip
Couple of minor fixes
Diffstat (limited to 'Graphics/ShaderTools')
-rw-r--r--Graphics/ShaderTools/src/GLSLangUtils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/ShaderTools/src/GLSLangUtils.cpp b/Graphics/ShaderTools/src/GLSLangUtils.cpp
index 000af866..7d252f7d 100644
--- a/Graphics/ShaderTools/src/GLSLangUtils.cpp
+++ b/Graphics/ShaderTools/src/GLSLangUtils.cpp
@@ -423,7 +423,7 @@ public:
const char* includerName,
size_t inclusionDepth)
{
- return includeSystem(headerName, includerName, inclusionDepth);
+ return nullptr;
}
// Signals that the parser will no longer use the contents of the