From: Brian Date: Fri, 16 Mar 2007 14:36:22 +0000 (-0600) Subject: added a renderbuffer comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d7049431a09a71a51768fc8cea292653557fc261;p=mesa.git added a renderbuffer comment --- diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index bced1a64d98..321adfe6152 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;