]> 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 b7c5ea93c073f35924ecbde803b23c3a224a9680..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;
@@ -64,7 +65,6 @@ typedef struct viddef_support_s
        qboolean ext_texture_3d;
        qboolean ext_texture_edge_clamp;
        qboolean ext_texture_filter_anisotropic;
-       qboolean nv_blend_square;
 }
 viddef_support_t;
 
@@ -109,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;