diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-14 11:27:43 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-18 14:21:04 +0200 |
commit | 304de4edb941e42aa37002b1ca598647f5cd248f (patch) | |
tree | f233294401ba4bf164e9b3bae275e0f3550ecc1b /src/mapi | |
parent | 530ff887ebac56d9d7f0ded48282b3e1709972b1 (diff) |
mesa: add KHR_no_error support for glGetImageHandleARB()
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_bindless_texture.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_bindless_texture.xml b/src/mapi/glapi/gen/ARB_bindless_texture.xml index 0f3de162de7..762cadf6fea 100644 --- a/src/mapi/glapi/gen/ARB_bindless_texture.xml +++ b/src/mapi/glapi/gen/ARB_bindless_texture.xml @@ -27,7 +27,7 @@ <param name="handle" type="GLuint64" /> </function> - <function name="GetImageHandleARB"> + <function name="GetImageHandleARB" no_error="true"> <return type="GLuint64"/> <param name="texture" type="GLuint" /> <param name="level" type="GLint" /> |