X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=3fb848d2ceb81a91fdc07ab19f0e072b0b71010c;hb=c0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff;hp=d646e558e9cdc44f607abb147cf45f6e840ae849;hpb=99719790df8a1215465a68c7b1d87a495bff87eb;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index d646e558..3fb848d2 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -6,9 +6,8 @@ #include #include #include -#include "extension.h" +#include "features.h" #include "sourcemap.h" -#include "uniform.h" #pragma push_macro("interface") #undef interface @@ -387,8 +386,7 @@ struct Stage std::map in_variables; std::map out_variables; std::map locations; - Version required_version; - std::vector required_extensions; + Features required_features; Stage(Type);