You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
295 B
13 lines
295 B
5 years ago
|
--- a/src/glsl/glslang.cc
|
||
|
+++ b/src/glsl/glslang.cc
|
||
|
@@ -25,7 +25,7 @@
|
||
|
#include <glslang/Include/ResourceLimits.h>
|
||
|
#include <glslang/Include/revision.h>
|
||
|
#include <glslang/Public/ShaderLang.h>
|
||
|
-#include <SPIRV/GlslangToSpv.h>
|
||
|
+#include <glslang/SPIRV/GlslangToSpv.h>
|
||
|
|
||
|
#include "glslang.h"
|
||
|
|
||
|
|