]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
implemented r_transparent_alphatocoverage 2 which promotes alphablend if
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 1bc6e0cb919c2e80c0a62f72992f052d1b6d5b7e..4840ae4a53451c476e45edaaa08e934e48df812d 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -108,6 +108,7 @@ typedef struct viddef_s
        renderpath_t renderpath;
        qboolean forcevbo; // some renderpaths can not operate without it
        qboolean useinterleavedarrays; // required by some renderpaths
+       qboolean allowalphatocoverage; // indicates the GL_AlphaToCoverage function works on this renderpath and framebuffer
 
        unsigned int texunits;
        unsigned int teximageunits;