added a renderbuffer comment

This commit is contained in:
Brian 2007-03-16 08:36:22 -06:00
parent f04979ae48
commit d7049431a0

View file

@ -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;