X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=8aee02caa64daf63bef8aa926bcb74c33fb50569;hb=8e553af57b712051f47293c971671f4f6a939be2;hp=c18efe05088e9c53b8d89ad7e3e2266e705a6980;hpb=9cfccf5c4e366e033cfd5eebf8955d2b13202b46;p=libs%2Fgl.git diff --git a/source/glsl/features.h b/source/glsl/features.h index c18efe05..8aee02ca 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -19,12 +19,14 @@ struct Features bool arb_uniform_buffer_object; bool ext_gpu_shader4; bool ext_texture_array; - unsigned max_constant_id; + unsigned constant_id_range; + unsigned uniform_binding_range; + unsigned texture_binding_range; Features(); - static Features from_context(); - static Features all(); + static Features from_version(const Version &); + static Features latest(); }; } // namespace SL