diff options
author | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-22 15:46:55 +1000 |
---|---|---|
committer | Timothy Arceri <tarceri@itsqueeze.com> | 2017-05-30 08:03:32 +1000 |
commit | 85e891283ccbc268d2dae017a9942bb077fc0546 (patch) | |
tree | 56e34f1bc8e3b759cc6ced853c3a004e5583bc4b /src/mapi | |
parent | 9d331739ae72c5678701c8b1b5d0f460c6e2c857 (diff) |
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_direct_state_access.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml index b8780f75b3..f13a1444a9 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -599,7 +599,7 @@ <param name="buffer" type="GLuint" /> </function> - <function name="VertexArrayVertexBuffer"> + <function name="VertexArrayVertexBuffer" no_error="true"> <param name="vaobj" type="GLuint" /> <param name="bindingindex" type="GLuint" /> <param name="buffer" type="GLuint" /> |