diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 18:18:59 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | c566ba29b6c456f4b19da704113ad70504879e3f (patch) | |
tree | 6f80238541140b30244df52a25be83121d9d7a67 /src/mesa/main/arrayobj.h | |
parent | ef22651d7e5303edf5f2ee98a35187b48203a9e0 (diff) |
mesa: add KHR_no_error to glDeleteVertexArrays()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/arrayobj.h')
-rw-r--r-- | src/mesa/main/arrayobj.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/arrayobj.h b/src/mesa/main/arrayobj.h index 5d7fb0a087c..691475fb2fd 100644 --- a/src/mesa/main/arrayobj.h +++ b/src/mesa/main/arrayobj.h @@ -99,6 +99,9 @@ _mesa_BindVertexArray_no_error(GLuint id); void GLAPIENTRY _mesa_BindVertexArray( GLuint id ); +void GLAPIENTRY +_mesa_DeleteVertexArrays_no_error(GLsizei n, const GLuint *ids); + void GLAPIENTRY _mesa_DeleteVertexArrays(GLsizei n, const GLuint *ids); void GLAPIENTRY |