From: Brian Paul Date: Thu, 20 Jan 2011 16:33:43 +0000 (-0700) Subject: vbo: added comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b62e78c783a76215f404ba69eef9b4f58b4a07ea;p=mesa.git vbo: added comment --- diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index e221538bad4..37940efdc11 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;