mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
mesa: resolve typo DTXn/DXTn
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
507c2356e3
commit
bc2627a98a
1 changed files with 1 additions and 1 deletions
|
|
@ -2870,7 +2870,7 @@ _mesa_choose_texture_format(struct gl_context *ctx,
|
|||
}
|
||||
|
||||
/* If the application requested compression to an S3TC format but we don't
|
||||
* have the DTXn library, force a generic compressed format instead.
|
||||
* have the DXTn library, force a generic compressed format instead.
|
||||
*/
|
||||
if (internalFormat != format && format != GL_NONE) {
|
||||
const GLenum before = internalFormat;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue