]> 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 fa036e6e2654777fdd1f12bf3dfa08f34c6d4a45..25b5168f7a744bffeb0b66778a175bb6d6686d08 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -26,11 +26,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 extern int cl_available;
 
-#define MAX_TEXTUREUNITS 16
+#define MAX_TEXTUREUNITS 32
 
 typedef enum renderpath_e
 {
-       RENDERPATH_GL20,
+       RENDERPATH_GL32,
        RENDERPATH_GLES2
 }
 renderpath_t;
@@ -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,12 +95,6 @@ typedef struct viddef_s
        renderpath_t renderpath;
        qboolean allowalphatocoverage; // indicates the GL_AlphaToCoverage function works on this renderpath and framebuffer
 
-       unsigned int texunits;
-       unsigned int teximageunits;
-       unsigned int texarrayunits;
-       unsigned int drawrangeelements_maxvertices;
-       unsigned int drawrangeelements_maxindices;
-
        unsigned int maxtexturesize_2d;
        unsigned int maxtexturesize_3d;
        unsigned int maxtexturesize_cubemap;