mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
mesa: fix MESA/EXT typo
Spotted by Bernd Buschinski.
This commit is contained in:
parent
c7c733545a
commit
684c66bb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -1383,7 +1383,7 @@ target_can_be_compressed(const struct gl_context *ctx, GLenum target,
|
|||
case GL_PROXY_TEXTURE_2D_ARRAY_EXT:
|
||||
case GL_TEXTURE_2D_ARRAY_EXT:
|
||||
return (ctx->Extensions.MESA_texture_array ||
|
||||
ctx->Extensions.MESA_texture_array);
|
||||
ctx->Extensions.EXT_texture_array);
|
||||
default:
|
||||
return GL_FALSE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue