mesa/st: enable carry/borrow lowering pass
[mesa.git] / src / mesa / main / varray.h
index d10f78e64a30a57b0618c34debf2d2ad3e6b8d53..f94ebac992033b556524377ce4253d050a8dacb0 100644 (file)
@@ -306,6 +306,10 @@ extern void GLAPIENTRY
 _mesa_BindVertexBuffer(GLuint bindingIndex, GLuint buffer, GLintptr offset,
                        GLsizei stride);
 
+extern void GLAPIENTRY
+_mesa_BindVertexBuffers(GLuint first, GLsizei count, const GLuint *buffers,
+                        const GLintptr *offsets, const GLsizei *strides);
+
 extern void GLAPIENTRY
 _mesa_VertexAttribFormat(GLuint attribIndex, GLint size, GLenum type,
                          GLboolean normalized, GLuint relativeOffset);