aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 18:49:06 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:03 +0200
commitdc2eaaf912c342ee85c88dcc467a3c59875af874 (patch)
treee767a67293a931fab3b14abcb4d4fde6c99fec9b /src/mapi/glapi
parentade0179f77fff7d2d88d7dd9e23990051815a1dc (diff)
mesa: Implement VertexArrayAttribBinding
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml6
1 files changed, 6 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 0268f5ff5b0..8cc1ab0479d 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -512,6 +512,12 @@
<param name="relativeoffset" type="GLuint" />
</function>
+ <function name="VertexArrayAttribBinding" offset="assign">
+ <param name="vaobj" type="GLuint" />
+ <param name="attribindex" type="GLuint" />
+ <param name="bindingindex" type="GLuint" />
+ </function>
+
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">