diff options
Diffstat (limited to 'src/mesa/main/texturebindless.h')
-rw-r--r-- | src/mesa/main/texturebindless.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/texturebindless.h b/src/mesa/main/texturebindless.h index d584f5cc0cc..0fcea61d432 100644 --- a/src/mesa/main/texturebindless.h +++ b/src/mesa/main/texturebindless.h @@ -87,7 +87,14 @@ void GLAPIENTRY _mesa_MakeImageHandleNonResidentARB(GLuint64 handle); GLboolean GLAPIENTRY +_mesa_IsTextureHandleResidentARB_no_error(GLuint64 handle); + +GLboolean GLAPIENTRY _mesa_IsTextureHandleResidentARB(GLuint64 handle); + +GLboolean GLAPIENTRY +_mesa_IsImageHandleResidentARB_no_error(GLuint64 handle); + GLboolean GLAPIENTRY _mesa_IsImageHandleResidentARB(GLuint64 handle); |