mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 07:57:29 +00:00
86d69859b9
macOS supports the OpenGL core profiles where glGetString(GL_EXTENSIONS) is not supported. Use glGetStringi(GL_EXTENSIONS, <index>) instead. The wrong query didn't make any practical difference because Gio doesn't need any extensions on OpenGL 3 and better. Signed-off-by: Elias Naur <mail@eliasnaur.com>