diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-19 09:40:49 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 6f6c5a1ad7c952d6411d0a327b6f83f67d7388b0 (patch) | |
tree | c797e27a0f05b5c3e02be6035fbf0275fc4038be /src/mapi | |
parent | de4e5b4dac51a1b667ce2fe8218d3969b88252bc (diff) |
mesa: add KHR_no_error support to glPrimitiveRestartIndex()
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 7c86e8fc51a..e55b5bbe65e 100644 --- a/src/mapi/glapi/gen/GL3x.xml +++ b/src/mapi/glapi/gen/GL3x.xml @@ -563,7 +563,7 @@ <param name="buffer" type="GLuint"/> </function> - <function name="PrimitiveRestartIndex"> + <function name="PrimitiveRestartIndex" no_error="true"> <param name="index" type="GLuint"/> </function> |