mesa: updated comment

This commit is contained in:
Brian Paul
2009-11-16 12:43:32 -07:00
parent 09aa984494
commit e24a8de8ba

View File

@@ -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 );