dfranx/SHADERed

Can't use #include in shader

LBV2012-26 opened this issue · 0 comments

I want to include other glsl file instead of copy them from different shader source, but when using #include, it display "'#include' : required extension not requested: GL_GOOGLE_include_directive", however after adding "#extension GL_GOOGLE_include_directive : require (or enable)", shader just compiled failed and no any errors. It also can't convert to spir-v format, only blank