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

Author: Brian Paul <bri...@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;

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to