From: Brian Paul Date: Thu, 20 Jan 2011 16:33:43 +0000 (-0700) Subject: vbo: added comment X-Git-Tag: mesa-7.11-rc1~2601 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b62e78c783a76215f404ba69eef9b4f58b4a07ea;p=platform%2Fupstream%2Fmesa.git vbo: added comment --- diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index e221538..37940ef 100644 --- a/src/mesa/vbo/vbo.h +++ b/src/mesa/vbo/vbo.h @@ -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;