draw: update a comment about index buffers
authorBrian Paul <brianp@vmware.com>
Fri, 7 Dec 2012 19:26:18 +0000 (12:26 -0700)
committerBrian Paul <brianp@vmware.com>
Sat, 8 Dec 2012 13:58:10 +0000 (06:58 -0700)
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/draw/draw_pt.c

index 08e06e84aedc602a394166bb891180f36878de76..23cdf36e1e6848f7f2144054679a79e7980f36d6 100644 (file)
@@ -443,9 +443,8 @@ draw_arrays_instanced(struct draw_context *draw,
 /**
  * Draw vertex arrays.
  * This is the main entrypoint into the drawing module.  If drawing an indexed
- * primitive, the draw_set_index_buffer() and draw_set_mapped_index_buffer()
- * functions should have already been called to specify the element/index
- * buffer information.
+ * primitive, the draw_set_indexes() function should have already been called
+ * to specify the element/index buffer information.
  */
 void
 draw_vbo(struct draw_context *draw,