From 3df65af849280863a15fefcb11f8304b83c9ffa0 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 23 Oct 2007 15:02:02 -0600 Subject: [PATCH] added comment --- src/mesa/pipe/draw/draw_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index 7e5d5db5ab9..b7811e891e7 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -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; -- 2.30.2