X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=f8be0131462d1aded0bc16dc29b857e9a6131d92;hp=31825c028e47f7400cba36b7c1a9eb19690c9215;hb=1401e69c17d06034af53f6e55e735be065b75c7b;hpb=8f2713a3f1501e90016bb8069ecd08dde2f90e56 diff --git a/source/glsl/features.h b/source/glsl/features.h index 31825c02..f8be0131 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -26,7 +26,8 @@ struct Features Features(); static Features from_context(); - static Features all(); + static Features from_version(const Version &); + static Features latest(); }; } // namespace SL