Mesa (master): vbo: added comment

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 20 16:48:26 UTC 2011


Module: Mesa
Branch: master
Commit: b62e78c783a76215f404ba69eef9b4f58b4a07ea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b62e78c783a76215f404ba69eef9b4f58b4a07ea

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 20 09:33:43 2011 -0700

vbo: added comment

---

 src/mesa/vbo/vbo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;




More information about the mesa-commit mailing list