summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 18:27:18 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:02 +0200
commit96b646346372ec0e2b9336ef26e0d2a084b69400 (patch)
tree8be143b8da018db453228b6fdff9c9a7aa63dd9c /src/mapi
parent6c37acfbedb88b460d2997f8b2d7b0e04a8782df (diff)
mesa: Implement DisableVertexArrayAttrib
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml5
1 files changed, 5 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 26328e98f5a..3592b1c963f 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -455,6 +455,11 @@
<param name="arrays" type="GLuint *" />
</function>
+ <function name="DisableVertexArrayAttrib" offset="assign">
+ <param name="vaobj" type="GLuint" />
+ <param name="index" type="GLuint" />
+ </function>
+
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">