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