vbo: add comment that vbo_save_vertex_list::buffer_offset is in bytes

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
This commit is contained in:
Brian Paul
2018-01-12 09:57:29 -07:00
parent 8b06acf642
commit 2064c4e814
+1 -1
View File
@@ -73,7 +73,7 @@ struct vbo_save_vertex_list {
fi_type *current_data;
GLuint current_size;
GLuint buffer_offset;
GLuint buffer_offset; /**< in bytes */
GLuint vertex_count;
GLuint wrap_count; /* number of copied vertices at start */
GLboolean dangling_attr_ref; /* current attr implicitly referenced