mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-19 08:28:21 +02:00
Added gl_ext_multitexture_ADD suport.
This commit is contained in:
parent
37290c844c
commit
3af541c541
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
/*************************** Texture Mapping ****************************/
|
||||
/************************************************************************/
|
||||
|
||||
static void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj)
|
||||
void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj)
|
||||
{
|
||||
fxMesaContext fxMesa=(fxMesaContext)ctx->DriverCtx;
|
||||
tfxTexInfo *ti;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue