diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 18:11:26 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 4b0a33d233469fd646852b7d783d5170113dd629 (patch) | |
tree | 305256352e7fc2de737b7374f859203b891892fc /src/mapi/glapi | |
parent | 81fa33171d041491fd262238ce299404ab4fac25 (diff) |
mesa: add KHR_no_error to glBindVertexArray()
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.xml | 2 |
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 57eaa1d3ffb..c703477576f 100644 --- a/src/mapi/glapi/gen/ARB_vertex_array_object.xml +++ b/src/mapi/glapi/gen/ARB_vertex_array_object.xml @@ -10,7 +10,7 @@ <enum name="VERTEX_ARRAY_BINDING" value="0x85B5"/> - <function name="BindVertexArray" es2="3.0" + <function name="BindVertexArray" es2="3.0" no_error="true" marshal_fail="_mesa_glthread_is_compat_bind_vertex_array(ctx)"> <param name="array" type="GLuint"/> </function> |