new comments

This commit is contained in:
Brian 2007-11-08 16:32:24 -07:00
parent 03f4a487dd
commit 48863cdd0a

View file

@ -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;