vbo: added a comment

This commit is contained in:
Brian Paul 2011-06-08 08:05:41 -06:00
parent 713fb50759
commit d329b68f35
1 changed files with 1 additions and 1 deletions

View File

@ -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 */