fixes #193 issue

This commit is contained in:
aliPMPAINT 2021-03-31 10:47:45 +04:30
parent 9664ba9afe
commit c8142ed880
3 changed files with 15 additions and 0 deletions

View file

@ -4,7 +4,12 @@
#include <iostream>
#include <vector>
#if USE_EXTERNAL_SHADER
#include <SPIRV/GlslangToSpv.h>
#else
#include <glslang/SPIRV/GlslangToSpv.h>
#endif
#include <glslang/Include/ResourceLimits.h>
#include <glslang/Public/ShaderLang.h>