mesa: minor comments
authorBrian Paul <brianp@vmware.com>
Thu, 12 Mar 2009 01:34:41 +0000 (19:34 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Mar 2009 01:34:41 +0000 (19:34 -0600)
src/mesa/main/mtypes.h

index 44547f1b05eb6bb3dce2cb185971c8927b191565..31313549e5a629d61e3d6d1fded04e7052c8a177 100644 (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 */
 };