diff options
author | Samuel Pitoiset <[email protected]> | 2017-07-18 18:11:26 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-07-31 13:53:39 +0200 |
commit | 4b0a33d233469fd646852b7d783d5170113dd629 (patch) | |
tree | 305256352e7fc2de737b7374f859203b891892fc /src/mesa/main/arrayobj.h | |
parent | 81fa33171d041491fd262238ce299404ab4fac25 (diff) |
mesa: add KHR_no_error to glBindVertexArray()
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 69ffc9250d9..5d7fb0a087c 100644 --- a/src/mesa/main/arrayobj.h +++ b/src/mesa/main/arrayobj.h @@ -94,6 +94,9 @@ _mesa_all_buffers_are_unmapped(const struct gl_vertex_array_object *vao); */ +void GLAPIENTRY +_mesa_BindVertexArray_no_error(GLuint id); + void GLAPIENTRY _mesa_BindVertexArray( GLuint id ); void GLAPIENTRY _mesa_DeleteVertexArrays(GLsizei n, const GLuint *ids); |