diff options
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/GL3x.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/GL3x.xml b/src/mapi/glapi/gen/GL3x.xml index 6df40db3800..8b895ccb494 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -123,7 +123,7 @@ <param name="value" type="const GLint *"/> </function> - <function name="ClearBufferuiv" es2="3.0" marshal="custom"> + <function name="ClearBufferuiv" es2="3.0" marshal="custom" no_error="true"> <param name="buffer" type="GLenum"/> <param name="drawbuffer" type="GLint"/> <param name="value" type="const GLuint *"/> |