X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=e0d7dd77ceb3982ec6ed60bb543b26799cd9604e;hp=5877746596bda5d2f37dea7cf9bab039f6cf1eba;hb=aa389f9840d961f7edbcf64eadced812134d8481;hpb=c32051dc7e77faf0fe6bdad2a6f1025e7b43da19 diff --git a/source/glsl/features.h b/source/glsl/features.h index 58777465..e0d7dd77 100644 --- a/source/glsl/features.h +++ b/source/glsl/features.h @@ -23,8 +23,8 @@ struct Features unsigned uniform_binding_range = 24; unsigned texture_binding_range = 16; - static Features from_opengl_version(const Version &); - static Features opengl_latest(); + static Features from_api_version(GraphicsApi, const Version &); + static Features latest(GraphicsApi); }; } // namespace SL