Undo some early hacking for compiling on linux.

This commit is contained in:
Tom Lally 2022-08-28 10:58:15 +01:00
parent 6ec0f16735
commit 3a0adc30b7

View file

@ -7,7 +7,7 @@
#endif
#include <glslang/Public/ShaderLang.h>
#if 1 //GLSLANG_VERSION_LESS_OR_EQUAL_TO(11, 0, 0)
#if GLSLANG_VERSION_LESS_OR_EQUAL_TO(11, 0, 0)
#include <glslang/SPIRV/GlslangToSpv.h>
#else
#include <SPIRV/Logger.h>