diff options
author | Brian Paul <[email protected]> | 2011-01-20 08:50:39 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-20 08:56:36 -0700 |
commit | 751fe9058bc15f4f8608f0fdc02209542991ff23 (patch) | |
tree | b56266d5965e447320a37c2b9c79d7bbe0ca7561 | |
parent | f579a05a9f3962728e86b858deee97f9dca30f20 (diff) |
mesa: document sRGBDecode field
-rw-r--r-- | src/mesa/main/mtypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index ac2957ac8d5..a32b949286e 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1322,7 +1322,7 @@ struct gl_texture_object GLboolean _Complete; /**< Is texture object complete? */ GLboolean _RenderToTexture; /**< Any rendering to this texture? */ GLboolean Purgeable; /**< Is the buffer purgeable under memory pressure? */ - GLenum sRGBDecode; + GLenum sRGBDecode; /**< GL_DECODE_EXT or GL_SKIP_DECODE_EXT */ /** Actual texture images, indexed by [cube face] and [mipmap level] */ struct gl_texture_image *Image[MAX_FACES][MAX_TEXTURE_LEVELS]; |