mirror of https://github.com/cemu-project/Cemu.git
Remove unnecessary include
This commit is contained in:
parent
466ad8d35e
commit
a2c518354f
|
@ -9,11 +9,6 @@
|
||||||
#include <glslang/Public/ShaderLang.h>
|
#include <glslang/Public/ShaderLang.h>
|
||||||
#include <glslang/SPIRV/GlslangToSpv.h>
|
#include <glslang/SPIRV/GlslangToSpv.h>
|
||||||
|
|
||||||
// required for modifying SPIR-V
|
|
||||||
#include <glslang/SPIRV/SpvBuilder.h>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
bool s_isLoadingShadersVk{ false };
|
bool s_isLoadingShadersVk{ false };
|
||||||
class FileCache* s_spirvCache{nullptr};
|
class FileCache* s_spirvCache{nullptr};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue