summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-03-16 08:36:22 -0600
committerBrian <brian@yutani.localnet.net>2007-03-16 08:36:22 -0600
commitd7049431a09a71a51768fc8cea292653557fc261 (patch)
treef191bde25add83f34edc3961748d7be46a58fc30 /src/mesa/main/mtypes.h
parentf04979ae481acc9fdc423da06514c4d557edd7cd (diff)
added a renderbuffer comment
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index bced1a64d9..321adfe615 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -2169,7 +2169,7 @@ struct gl_renderbuffer
GLubyte IndexBits;
GLubyte DepthBits;
GLubyte StencilBits;
- GLvoid *Data;
+ GLvoid *Data; /**< This may not be used by some kinds of RBs */
/* Used to wrap one renderbuffer around another: */
struct gl_renderbuffer *Wrapped;