diff options
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 48c257993eb..4508f9cd6b3 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -379,8 +379,8 @@ _mesa_BindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers, void _mesa_InternalBindVertexBuffers(struct gl_context *ctx, - const struct glthread_attrib_binding *attribs, - GLbitfield attrib_mask, + const struct glthread_attrib_binding *buffers, + GLbitfield buffer_mask, GLboolean restore_pointers); void GLAPIENTRY |