diff options
author | Brian Paul <[email protected]> | 2009-11-16 12:43:32 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-12-11 16:42:30 -0700 |
commit | e24a8de8ba3b0765852dbcc170f770572bd042ac (patch) | |
tree | 2ae5a01d1e13bc708ffbc8a4ac4eb24d6e644e18 /src/mesa/main/dd.h | |
parent | 09aa9844947771cb75cf6cbd1c40e0b573d8dafd (diff) |
mesa: updated comment
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r-- | src/mesa/main/dd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h index 27ed921761c..fdcaf05bac5 100644 --- a/src/mesa/main/dd.h +++ b/src/mesa/main/dd.h @@ -182,7 +182,7 @@ struct dd_function_table { * * This is called by the \c _mesa_store_tex[sub]image[123]d() fallback * functions. The driver should examine \p internalFormat and return a - * pointer to an appropriate gl_texture_format. + * gl_format value. */ GLuint (*ChooseTextureFormat)( GLcontext *ctx, GLint internalFormat, GLenum srcFormat, GLenum srcType ); |