X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fsyntax.h;h=da7b0907e37460d5b7041d32e2c921dee9473563;hb=0febee9a8fdf1f9b03d3f2e23e72f8194b3698c7;hp=384bd60f603dc04cef77d41a67f5f190d5414851;hpb=a628f832b651df6643654d6e4a593c8c52417e67;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 384bd60f..da7b0907 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -8,6 +8,7 @@ #include #include #include "features.h" +#include "glsl_error.h" #include "sourcemap.h" #pragma push_macro("interface") @@ -420,6 +421,7 @@ struct Stage std::map functions; std::map locations; Features required_features; + std::vector diagnostics; Stage(Type);