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

@ -729,7 +729,12 @@ extern py::object kp_debug, kp_info, kp_warning, kp_error;
#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>