mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
added a renderbuffer comment
This commit is contained in:
parent
f04979ae48
commit
d7049431a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue