mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
vbo: added a comment
This commit is contained in:
parent
713fb50759
commit
d329b68f35
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue