diff options
author | Brian <brian@yutani.localnet.net> | 2007-03-16 08:36:22 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-03-16 08:36:22 -0600 |
commit | d7049431a09a71a51768fc8cea292653557fc261 (patch) | |
tree | f191bde25add83f34edc3961748d7be46a58fc30 /src/mesa/main | |
parent | f04979ae481acc9fdc423da06514c4d557edd7cd (diff) |
added a renderbuffer comment
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
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; |