Squashed commit of the following:
[mesa.git] / src / gallium / auxiliary / util / u_draw_quad.h
index ec4862ead39f1534a5be8b9332a9d247aa488ce5..42eb1844289b6b87d5b4eb3646136c2dcbaa0fae 100644 (file)
 extern "C" {
 #endif
 
-struct pipe_buffer;
+struct pipe_resource;
 
 extern void 
 util_draw_vertex_buffer(struct pipe_context *pipe,
-                        struct pipe_buffer *vbuf,
+                        struct pipe_resource *vbuf, uint offset,
                         uint num_attribs, uint num_verts, uint prim_type);