mesa: fix/add comments

This commit is contained in:
Brian Paul 2009-05-06 12:48:21 -06:00
parent 7e3bd457e8
commit b102c1d8f9

View file

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