aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arrayobj.h
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 18:22:50 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:02 +0200
commita1f48268b4ee166eb9fde21bceaaef12a6e0c89a (patch)
tree5d01068e1acff449f0c4b3b855f5124e3f7b0172 /src/mesa/main/arrayobj.h
parente51bad669a4c42845c44a925bbb5d8885799c28f (diff)
mesa: Implement CreateVertexArrays
v2: Update the documentation for gen_vertex_arrays(). Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/main/arrayobj.h')
-rw-r--r--src/mesa/main/arrayobj.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h
index 3c1f91835c5..ae671e3afcf 100644
--- a/src/mesa/main/arrayobj.h
+++ b/src/mesa/main/arrayobj.h
@@ -93,6 +93,8 @@ void GLAPIENTRY _mesa_GenVertexArrays(GLsizei n, GLuint *arrays);
void GLAPIENTRY _mesa_GenVertexArraysAPPLE(GLsizei n, GLuint *buffer);
+void GLAPIENTRY _mesa_CreateVertexArrays(GLsizei n, GLuint *arrays);
+
GLboolean GLAPIENTRY _mesa_IsVertexArray( GLuint id );
#endif /* ARRAYOBJ_H */