diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-21 14:25:03 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-08-02 12:54:32 +0200 |
commit | 11e0542e5ce9a3c72222f7eff09987bc6dbeb9eb (patch) | |
tree | dc323685d9d45e44d59865ca4b5aec6c500ee210 /src/mapi | |
parent | b18b1fa6bc50a304f213fc007395528ba68c925e (diff) |
mesa: add KHR_no_error support to glClearBufferuiv()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
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 *"/> |