]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Remove some unused stuff related to glDrawRangeElements.
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index e1b14ef1b9956438a8c5e56831ee4a3a5199638b..25b5168f7a744bffeb0b66778a175bb6d6686d08 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -56,6 +56,7 @@ typedef struct viddef_support_s
        qboolean arb_half_float_pixel;
        qboolean arb_half_float_vertex;
        qboolean arb_multisample;
+       qboolean arb_debug_output;
 }
 viddef_support_t;
 
@@ -94,9 +95,6 @@ typedef struct viddef_s
        renderpath_t renderpath;
        qboolean allowalphatocoverage; // indicates the GL_AlphaToCoverage function works on this renderpath and framebuffer
 
-       unsigned int drawrangeelements_maxvertices;
-       unsigned int drawrangeelements_maxindices;
-
        unsigned int maxtexturesize_2d;
        unsigned int maxtexturesize_3d;
        unsigned int maxtexturesize_cubemap;