Merge pull request #10199 from orbea/glslang

griffin: Fix the glslang path.
This commit is contained in:
Twinaphex 2020-03-03 10:34:12 +01:00 committed by GitHub
commit 67d00f4772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
#endif
#endif
#include "../deps/glslang/glslang.cpp"
#include "../gfx/drivers_shader/glslang.cpp"
#include "../deps/glslang/glslang/SPIRV/disassemble.cpp"
#include "../deps/glslang/glslang/SPIRV/doc.cpp"
#include "../deps/glslang/glslang/SPIRV/GlslangToSpv.cpp"