summaryrefslogtreecommitdiffstats
path: root/src/mapi
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-06-14 11:27:40 +0200
committerSamuel Pitoiset <[email protected]>2017-06-18 14:20:57 +0200
commitd7bee4a022ffacb2043cd6e498a742f719a8a59d (patch)
treed715031bdd6ae3de0cc44607ff8a10fc715f548c /src/mapi
parent6ff6863c329434cfc3d1424db7ca0f614eff63fd (diff)
mesa: add KHR_no_error support for glIs{Image,Texture}HandleResidentARB()
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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_bindless_texture.xml b/src/mapi/glapi/gen/ARB_bindless_texture.xml
index e57f897a934..916e198a1ee 100644
--- a/src/mapi/glapi/gen/ARB_bindless_texture.xml
+++ b/src/mapi/glapi/gen/ARB_bindless_texture.xml
@@ -69,12 +69,12 @@
<param name="value" type="const GLuint64 *" />
</function>
- <function name="IsTextureHandleResidentARB">
+ <function name="IsTextureHandleResidentARB" no_error="true">
<return type="GLboolean"/>
<param name="handle" type="GLuint64" />
</function>
- <function name="IsImageHandleResidentARB">
+ <function name="IsImageHandleResidentARB" no_error="true">
<return type="GLboolean"/>
<param name="handle" type="GLuint64" />
</function>