X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Ffeatures.h;h=e0d7dd77ceb3982ec6ed60bb543b26799cd9604e;hb=77f6973f58167d94059d3f324c29ab2ca8de4544;hp=5877746596bda5d2f37dea7cf9bab039f6cf1eba;hpb=d9bf5beb410d684a2a0d36f60ba5abd3745cc9d3;p=libs%2Fgl.git 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