gl: Check for the right extension name

The extension is called GL_OES_vertex_half_float.
This commit is contained in:
Matthias Clasen
2024-02-12 16:10:18 -05:00
parent 82e695d94a
commit 7cf567b4f9

View File

@@ -1718,7 +1718,7 @@ gdk_gl_context_check_extensions (GdkGLContext *context)
}
priv->has_half_float = gdk_gl_context_check_version (context, "3.0", "3.0") ||
epoxy_has_gl_extension ("OES_vertex_half_float");
epoxy_has_gl_extension ("GL_OES_vertex_half_float");
priv->has_sync = gdk_gl_context_check_version (context, "3.2", "3.0") ||
epoxy_has_gl_extension ("GL_ARB_sync") ||