aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-07-18 18:18:59 +0200
committerSamuel Pitoiset <[email protected]>2017-07-31 13:53:39 +0200
commitc566ba29b6c456f4b19da704113ad70504879e3f (patch)
tree6f80238541140b30244df52a25be83121d9d7a67 /src/mapi/glapi
parentef22651d7e5303edf5f2ee98a35187b48203a9e0 (diff)
mesa: add KHR_no_error to glDeleteVertexArrays()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi')
-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 c703477576f..befa4c91c63 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>