mesa: minor comments

This commit is contained in:
Brian Paul
2009-03-11 19:34:41 -06:00
parent 590f6fe050
commit 4dfa3757c5
+3 -3
View File
@@ -932,12 +932,12 @@ struct gl_pixel_attrib
/*--- End Pixel Transfer State ---*/
/* Pixel Zoom */
/** glPixelZoom */
GLfloat ZoomX, ZoomY;
/** GL_SGI_texture_color_table */
GLfloat TextureColorTableScale[4];
GLfloat TextureColorTableBias[4];
GLfloat TextureColorTableScale[4]; /**< RGBA */
GLfloat TextureColorTableBias[4]; /**< RGBA */
};