mesa: add KHR_no_error support for glIs{Image,Texture}HandleResidentARB()
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user