]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Fix setinfo.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index abc1c7c4c016d871d5cc3a139a9d86d9f7c75cf3..df62a5a476d86d02605f32be8a2742c1779f932f 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -37,25 +37,12 @@ renderpath_t;
 
 typedef struct viddef_support_s
 {
-       qboolean gl20shaders130; // indicates glBindFragDataLocation is available
-       int glshaderversion; // typical values: 100 110 120 130 140 ...
+       int glshaderversion; // this is at least 150 (GL 3.2)
        qboolean amd_texture_texture4;
-       qboolean arb_draw_buffers;
-       qboolean arb_occlusion_query;
-       qboolean arb_query_buffer_object;
-       qboolean arb_texture_compression;
        qboolean arb_texture_gather;
-       qboolean ext_blend_minmax;
-       qboolean ext_blend_subtract;
-       qboolean ext_blend_func_separate;
-       qboolean ext_packed_depth_stencil;
        qboolean ext_texture_compression_s3tc;
        qboolean ext_texture_filter_anisotropic;
        qboolean ext_texture_srgb;
-       qboolean arb_texture_float;
-       qboolean arb_half_float_pixel;
-       qboolean arb_half_float_vertex;
-       qboolean arb_multisample;
        qboolean arb_debug_output;
 }
 viddef_support_t;