mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
mesa: updated comment
This commit is contained in:
parent
09aa984494
commit
e24a8de8ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue