diff options
author | Brian Paul <[email protected]> | 2009-03-11 19:34:41 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-11 19:34:41 -0600 |
commit | 4dfa3757c58255c3ad8c3fe343541d2aa677f44c (patch) | |
tree | 589bd921bc84b73f2cee39721d1a585aeb58a665 /src/mesa | |
parent | 590f6fe05030cb274067a9e58af9d8306d97d0b9 (diff) |
mesa: minor comments
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/mtypes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 44547f1b05e..31313549e5a 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -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 */ }; |