Fix compilation errors and warnings for latest SPIRV headers.
diff --git a/tests/xgltestframework.cpp b/tests/xgltestframework.cpp
index 26d6ecf..0524598 100644
--- a/tests/xgltestframework.cpp
+++ b/tests/xgltestframework.cpp
@@ -24,7 +24,7 @@
#include "xglrenderframework.h"
#include "GL/freeglut_std.h"
//#include "ShaderLang.h"
-#include "GlslangToBil.h"
+#include "GlslangToSpv.h"
#include <limits.h>
#include <math.h>
#include <wand/MagickWand.h>
@@ -1179,7 +1179,7 @@
program.dumpReflection();
}
- glslang::GlslangToBil(*program.getIntermediate(stage), bil);
+ glslang::GlslangToSpv(*program.getIntermediate(stage), bil);
return true;
}