mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
mesa: Fix function description
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
de61849994
commit
6ccead5b48
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats)
|
|||
|
||||
|
||||
/**
|
||||
* Convert a compressed MESA_FORMAT_x to a GLenum.
|
||||
* Convert GLenum to a compressed MESA_FORMAT_x.
|
||||
*/
|
||||
mesa_format
|
||||
_mesa_glenum_to_compressed_format(GLenum format)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue