Skip to content

gles1: fix GL_OES_vertex_array_object

Zack Middleton requested to merge zturtleman/mesa:fix-gles1-vertexarray into main

This exports functions for GL_OES_vertex_array_object through GetProcAddress in OpenGL ES 1 contexts. (The extension string already exists in GL_EXTENSIONS.)

Fixes #11367 (closed).

Merge request reports