X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.h;h=3fb848d2ceb81a91fdc07ab19f0e072b0b71010c;hp=e9c76ebab9974749858c217475bc2bccf7b31729;hb=c0be4e4ae1a8b6ac31ff6b7080e2242c13d947ff;hpb=efeb3137935ec5ef6a16531c2e6b915caa3db481 diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index e9c76eba..3fb848d2 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -6,7 +6,7 @@ #include #include #include -#include "extension.h" +#include "features.h" #include "sourcemap.h" #pragma push_macro("interface") @@ -386,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);