summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arrayobj.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-06-19 18:07:49 -0600
committerBrian Paul <brianp@vmware.com>2009-06-19 18:12:11 -0600
commitb8000c874ecb33b1554407c5e568afbb471dda3a (patch)
tree373a6687bb163b8c31aaa92565006d13280a3a1a /src/mesa/main/arrayobj.h
parent12cf98f5fc5eaa4743134387ce3f8e584aa20bc4 (diff)
downloadexternal_mesa3d-b8000c874ecb33b1554407c5e568afbb471dda3a.zip
external_mesa3d-b8000c874ecb33b1554407c5e568afbb471dda3a.tar.gz
external_mesa3d-b8000c874ecb33b1554407c5e568afbb471dda3a.tar.bz2
mesa: implement _mesa_BindVertexArray()
Diffstat (limited to 'src/mesa/main/arrayobj.h')
-rw-r--r--src/mesa/main/arrayobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h
index abca5ab..e2f156d 100644
--- a/src/mesa/main/arrayobj.h
+++ b/src/mesa/main/arrayobj.h
@@ -67,6 +67,9 @@ _mesa_update_array_object_max_element(GLcontext *ctx,
* API functions
*/
+
+void GLAPIENTRY _mesa_BindVertexArray( GLuint id );
+
void GLAPIENTRY _mesa_BindVertexArrayAPPLE( GLuint id );
void GLAPIENTRY _mesa_DeleteVertexArraysAPPLE(GLsizei n, const GLuint *ids);