Mesa (master): vbo: added a comment

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 8 14:14:59 UTC 2011


Module: Mesa
Branch: master
Commit: d329b68f350a6db9439f71a0d1a8d2a8e2fd426c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d329b68f350a6db9439f71a0d1a8d2a8e2fd426c

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun  8 08:05:41 2011 -0600

vbo: added a comment

---

 src/mesa/vbo/vbo_save.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo_save.h b/src/mesa/vbo/vbo_save.h
index cd827ce..45cd299 100644
--- a/src/mesa/vbo/vbo_save.h
+++ b/src/mesa/vbo/vbo_save.h
@@ -73,7 +73,7 @@ struct vbo_save_vertex_list {
    GLuint current_size;
 
    GLuint buffer_offset;
-   GLuint count;
+   GLuint count;                /**< vertex count */
    GLuint wrap_count;		/* number of copied vertices at start */
    GLboolean dangling_attr_ref;	/* current attr implicitly referenced 
 				   outside the list */




More information about the mesa-commit mailing list