projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfae745
)
vbo: added comment
author
Brian Paul
<brianp@vmware.com>
Thu, 20 Jan 2011 16:33:43 +0000
(09:33 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 20 Jan 2011 16:44:33 +0000
(09:44 -0700)
src/mesa/vbo/vbo.h
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo.h
b/src/mesa/vbo/vbo.h
index e221538bad48c672e57ec3c5e74bd9497bb6954d..37940efdc111c9368a67d162f708e616dc09177d 100644
(file)
--- 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;