added comment

This commit is contained in:
Brian 2007-10-23 15:02:02 -06:00
parent 40e46d0727
commit 3df65af849

View file

@ -192,7 +192,7 @@ struct draw_context
/* Post-tnl vertex cache:
*/
struct {
unsigned referenced;
unsigned referenced; /**< bitfield */
unsigned idx[VCACHE_SIZE + VCACHE_OVERFLOW];
struct vertex_header *vertex[VCACHE_SIZE + VCACHE_OVERFLOW];
unsigned overflow;