summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/pipe/draw/draw_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h
index dc4057bff3..89d292901e 100644
--- a/src/mesa/pipe/draw/draw_private.h
+++ b/src/mesa/pipe/draw/draw_private.h
@@ -224,8 +224,8 @@ struct draw_context
*/
struct {
struct {
- unsigned elt;
- struct vertex_header *dest;
+ unsigned elt; /**< index into the user's vertex arrays */
+ struct vertex_header *dest; /**< points into vcache.vertex[] array */
} queue[VS_QUEUE_LENGTH];
unsigned queue_nr;
} vs;