diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 15:39:13 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 0e69fc92e2bc9cf5e9083378ba536fc87de88221 (patch) | |
tree | 9a4aba8a2b3b2ddad8f302e1f6f3db81209bb8cb /src/mapi/glapi/gen | |
parent | a466b742415aeefa3e46356c8a0b7547cc52c377 (diff) |
mesa: add KHR_no_error support to glVertexArrayBindingDivisor()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen')
-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 8e91d801410..4439c5bcbe0 100644 --- a/src/mapi/glapi/gen/ARB_direct_state_access.xml +++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml @@ -647,7 +647,7 @@ <param name="bindingindex" type="GLuint" /> </function> - <function name="VertexArrayBindingDivisor"> + <function name="VertexArrayBindingDivisor" no_error="true"> <param name="vaobj" type="GLuint" /> <param name="bindingindex" type="GLuint" /> <param name="divisor" type="GLuint" /> |