mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
added comment
This commit is contained in:
parent
40e46d0727
commit
3df65af849
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue