]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
A bit more cleanup.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index abc1c7c4c016d871d5cc3a139a9d86d9f7c75cf3..ddd7a21e04d3a069f8f5cff40f6753d768729c51 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -37,8 +37,7 @@ 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;