diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-11-08 16:32:24 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-11-08 16:32:24 -0700 |
commit | 48863cdd0a912f34d54bdc312485241a970a9fba (patch) | |
tree | 0df47e9c315b333d609cd41389d804bd6807518b | |
parent | 03f4a487dd53f7d76830665e98fdbc9313d7c9b2 (diff) |
new comments
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 4 |
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; |