]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
added r_transparentdepthmasking cvar (defaults to 1), this causes alpha
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index a7c34b43337b8aabdb44f2791e97ed324cdc47d1..a832830bb52cebe35b789ddf0fcaf5208a335cc6 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -40,6 +40,7 @@ typedef struct viddef_support_s
 {
        qboolean amd_texture_texture4;
        qboolean arb_depth_texture;
+       qboolean arb_draw_buffers;
        qboolean arb_fragment_shader;
        qboolean arb_multitexture;
        qboolean arb_occlusion_query;
@@ -108,6 +109,7 @@ typedef struct viddef_s
        unsigned int maxtexturesize_cubemap;
        unsigned int maxtexturesize_rectangle;
        unsigned int max_anisotropy;
+       unsigned int maxdrawbuffers;
 
        viddef_support_t support;
 } viddef_t;