From b62e78c783a76215f404ba69eef9b4f58b4a07ea Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 20 Jan 2011 09:33:43 -0700 Subject: vbo: added comment --- src/mesa/vbo/vbo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/vbo/vbo.h') diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index e221538bad..37940efdc1 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; -- cgit v1.2.3