summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-07-18 18:18:59 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-07-31 13:53:39 +0200
commitc566ba29b6c456f4b19da704113ad70504879e3f (patch)
tree6f80238541140b30244df52a25be83121d9d7a67 /src/mapi
parentef22651d7e5303edf5f2ee98a35187b48203a9e0 (diff)
mesa: add KHR_no_error to glDeleteVertexArrays()
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_vertex_array_object.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_vertex_array_object.xml b/src/mapi/glapi/gen/ARB_vertex_array_object.xml
index c703477576..befa4c91c6 100644
--- a/src/mapi/glapi/gen/ARB_vertex_array_object.xml
+++ b/src/mapi/glapi/gen/ARB_vertex_array_object.xml
@@ -15,7 +15,7 @@
<param name="array" type="GLuint"/>
</function>
- <function name="DeleteVertexArrays" es2="3.0">
+ <function name="DeleteVertexArrays" es2="3.0" no_error="true">
<param name="n" type="GLsizei"/>
<param name="arrays" type="const GLuint *" count="n"/>
</function>