Squashed commit of the following:
[mesa.git] / src / gallium / auxiliary / util / u_draw_quad.h
index 00d3f5b715872dfe5456bea92977428ffacece05..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, uint offset,
+                        struct pipe_resource *vbuf, uint offset,
                         uint num_attribs, uint num_verts, uint prim_type);