diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-01 16:03:00 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-10-01 16:03:00 +0000 |
commit | 252194d74ef08b940395a2eb1c05415dfd0d6a91 (patch) | |
tree | e866d55781dc70944b21b27f5ec2df3cf6528905 /src | |
parent | 31340f6645b34314469894c02b1df88886811e85 (diff) |
updated comment
Diffstat (limited to 'src')
-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 164394522b..962d9f29cf 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1208,9 +1208,9 @@ struct gl_texture_image { GLenum Format; /**< Either GL_RGB, GL_RGBA, GL_ALPHA, * GL_LUMINANCE, GL_LUMINANCE_ALPHA, - * GL_INTENSITY, GL_COLOR_INDEX or - * GL_DEPTH_COMPONENT only. - * Used for choosing TexEnv arithmetic. + * GL_INTENSITY, GL_COLOR_INDEX, + * GL_DEPTH_COMPONENT or GL_DEPTH_STENCIL_EXT + * only. Used for choosing TexEnv arithmetic. */ GLint IntFormat; /**< Internal format as given by the user */ GLuint Border; /**< 0 or 1 */ |