diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-22 15:24:04 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-23 09:26:43 +0200 |
commit | 128822c59f94ce048ca58c389c56d097ae27473b (patch) | |
tree | 96c873967fef19c5b201d33f44556823fe3ab94b /src/mapi | |
parent | e1d6de7a1e657c9257452b0ebc6344b67b3b27f6 (diff) |
mesa: add KHR_no_error support for glViewportArrayv()
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/ARB_viewport_array.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_viewport_array.xml b/src/mapi/glapi/gen/ARB_viewport_array.xml index 09bd7d3caf6..da5aed6c177 100644 --- a/src/mapi/glapi/gen/ARB_viewport_array.xml +++ b/src/mapi/glapi/gen/ARB_viewport_array.xml @@ -29,7 +29,7 @@ <enum name="PROVOKING_VERTEX" value="0x8E4F"/> <enum name="UNDEFINED_VERTEX" value="0x8260"/> - <function name="ViewportArrayv"> + <function name="ViewportArrayv" no_error="true"> <param name="first" type="GLuint"/> <param name="count" type="GLsizei"/> <param name="v" type="const GLfloat *" count="count" count_scale="4"/> |