aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
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/mapi/glapi
parente51bad669a4c42845c44a925bbb5d8885799c28f (diff)
mesa: Implement CreateVertexArrays
v2: Update the documentation for gen_vertex_arrays(). Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 8a092d69747..26328e98f5a 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -448,6 +448,13 @@
<param name="params" type="GLint *" />
</function>
+ <!-- Vertex Array object functions -->
+
+ <function name="CreateVertexArrays" offset="assign">
+ <param name="n" type="GLsizei" />
+ <param name="arrays" type="GLuint *" />
+ </function>
+
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">