From: Brian Date: Thu, 8 Nov 2007 23:32:24 +0000 (-0700) Subject: new comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48863cdd0a912f34d54bdc312485241a970a9fba;p=mesa.git new comments --- 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;