diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index dc4057bff3b..89d292901e9 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;