You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: