X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=gl_backend.h;h=40bb6cee53679f9d452a478bb702f0b15866b1dd;hp=587575458e493703c30272fbc3abdc42964638b1;hb=fabdca42b48cc4acf214c06adda9814e5cce8577;hpb=279f0872533dc81f28514584be5e41481fc106da diff --git a/gl_backend.h b/gl_backend.h index 58757545..40bb6cee 100644 --- a/gl_backend.h +++ b/gl_backend.h @@ -35,6 +35,7 @@ typedef struct int tex3d[MAX_TEXTUREUNITS]; int texcubemap[MAX_TEXTUREUNITS]; int texrgbscale[MAX_TEXTUREUNITS]; // used only if COMBINE is present + int texalphascale[MAX_TEXTUREUNITS]; // used only if COMBINE is present int texcombinergb[MAX_TEXTUREUNITS]; // works with or without combine for some operations int texcombinealpha[MAX_TEXTUREUNITS]; // does nothing without combine }