mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 18:38:11 +02:00
why is GL_ARB_texture_env_combine different from EXT?
This commit is contained in:
parent
50a84ce41e
commit
5d0efec190
1 changed files with 1 additions and 0 deletions
|
|
@ -1940,6 +1940,7 @@ fxDDInitExtensions(GLcontext * ctx)
|
|||
}
|
||||
|
||||
if (fxMesa->HaveCmbExt) {
|
||||
_mesa_enable_extension(ctx, "GL_ARB_texture_env_combine");
|
||||
_mesa_enable_extension(ctx, "GL_EXT_texture_env_combine");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue