mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
mesa: fix/add comments
This commit is contained in:
parent
7e3bd457e8
commit
b102c1d8f9
1 changed files with 2 additions and 3 deletions
|
|
@ -1542,9 +1542,8 @@ struct gl_client_array
|
|||
GLboolean Enabled; /**< Enabled flag is a boolean */
|
||||
GLboolean Normalized; /**< GL_ARB_vertex_program */
|
||||
|
||||
/**< GL_ARB_vertex_buffer_object */
|
||||
struct gl_buffer_object *BufferObj;
|
||||
GLuint _MaxElement;
|
||||
struct gl_buffer_object *BufferObj;/**< GL_ARB_vertex_buffer_object */
|
||||
GLuint _MaxElement; /**< max element index into array buffer */
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue