mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 07:21:18 +12:00
Undo some early hacking for compiling on linux.
This commit is contained in:
parent
6ec0f16735
commit
3a0adc30b7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <glslang/Public/ShaderLang.h>
|
#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>
|
#include <glslang/SPIRV/GlslangToSpv.h>
|
||||||
#else
|
#else
|
||||||
#include <SPIRV/Logger.h>
|
#include <SPIRV/Logger.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue