mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-14 15:30:37 +01:00
mesa: plug in glBindVertexArray, glGenVertexArrays functions
This commit is contained in:
parent
31618f1a88
commit
cfb8158058
1 changed files with 4 additions and 0 deletions
|
|
@ -904,4 +904,8 @@ _mesa_init_exec_table(struct _glapi_table *exec)
|
|||
|
||||
/* GL_ARB_copy_buffer */
|
||||
SET_CopyBufferSubData(exec, _mesa_CopyBufferSubData);
|
||||
|
||||
/* GL_ARB_vertex_array_object */
|
||||
SET_BindVertexArray(exec, _mesa_BindVertexArray);
|
||||
SET_GenVertexArrays(exec, _mesa_GenVertexArrays);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue