]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
fixed some dynamic lighting bugs related to glowing self
[xonotic/darkplaces.git] / gl_backend.h
index 587575458e493703c30272fbc3abdc42964638b1..40bb6cee53679f9d452a478bb702f0b15866b1dd 100644 (file)
@@ -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 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
 }
        int texcombinergb[MAX_TEXTUREUNITS]; // works with or without combine for some operations
        int texcombinealpha[MAX_TEXTUREUNITS]; // does nothing without combine
 }