summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen
diff options
context:
space:
mode:
authorFredrik Höglund <[email protected]>2015-03-02 18:56:31 +0100
committerFredrik Höglund <[email protected]>2015-05-08 15:31:03 +0200
commit1085c0112128e6bbb6cdc7ef3ae40e5e69499098 (patch)
tree4159ca981e9f3110f88980467064ca7d896f350c /src/mapi/glapi/gen
parent0a895c379e649b64efd5c0978fb6252dabf9d285 (diff)
mesa: Implement GetVertexArrayiv
Reviewed-by: Laura Ekstrand <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-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 0b19166c554..019061da6be 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -524,6 +524,12 @@
<param name="divisor" type="GLuint" />
</function>
+ <function name="GetVertexArrayiv" offset="assign">
+ <param name="vaobj" type="GLuint" />
+ <param name="pname" type="GLenum" />
+ <param name="param" type="GLint *" />
+ </function>
+
<!-- Sampler object functions -->
<function name="CreateSamplers" offset="assign">