summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-07-19 15:45:01 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-07-31 13:53:40 +0200
commitd88d60ab1d1992a59c7ed6c97b6d6c6990671067 (patch)
tree752c64589a10f56a4258c90ffbb6427e052f4cde /src/mapi
parent1429b5cd59a6030674e4ca6af7c11713b5e1e2c9 (diff)
mesa: add KHR_no_error support to glVertexArrayElementBuffer()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index 1c62ac6f2e..7927a4e1f6 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -594,7 +594,7 @@
<param name="index" type="GLuint" />
</function>
- <function name="VertexArrayElementBuffer">
+ <function name="VertexArrayElementBuffer" no_error="true">
<param name="vaobj" type="GLuint" />
<param name="buffer" type="GLuint" />
</function>