vbo: added comment
authorBrian Paul <brianp@vmware.com>
Thu, 20 Jan 2011 16:33:43 +0000 (09:33 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 20 Jan 2011 16:44:33 +0000 (09:44 -0700)
src/mesa/vbo/vbo.h

index e221538..37940ef 100644 (file)
@@ -38,7 +38,7 @@ struct gl_client_array;
 struct gl_context;
 
 struct _mesa_prim {
-   GLuint mode:8;
+   GLuint mode:8;    /**< GL_POINTS, GL_LINES, GL_QUAD_STRIP, etc */
    GLuint indexed:1;
    GLuint begin:1;
    GLuint end:1;