Squashed commit of the following:
[mesa.git] / src / gallium / auxiliary / util / u_draw_quad.h
index 5b6539a99ca71d10582677e9d35bfb332b8d62b8..42eb1844289b6b87d5b4eb3646136c2dcbaa0fae 100644 (file)
 extern "C" {
 #endif
 
+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);