mesa: added new gl_framebuffer::_IntegerColor field

This commit is contained in:
Brian Paul 2010-10-23 09:37:06 -06:00
parent 9ee07a0a27
commit f681ea4741
1 changed files with 3 additions and 0 deletions

View File

@ -2462,6 +2462,9 @@ struct gl_framebuffer
/** One of the GL_FRAMEBUFFER_(IN)COMPLETE_* tokens */
GLenum _Status;
/** Integer color values */
GLboolean _IntegerColor;
/** Array of all renderbuffer attachments, indexed by BUFFER_* tokens. */
struct gl_renderbuffer_attachment Attachment[BUFFER_COUNT];