]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
Remove r_vertexgeneric_t, r_vertexmesh_t, vid.interleavedarrays and code related...
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 71404c2f5bac5eefbb2e35e9033e11b53ad6acda..5e4ac2f7abaddcc85896c6ad27fd5b307d016e8c 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -107,7 +107,6 @@ typedef struct viddef_s
 
        renderpath_t renderpath;
        qboolean forcevbo; // some renderpaths can not operate without it
-       qboolean useinterleavedarrays; // required by some renderpaths
        qboolean allowalphatocoverage; // indicates the GL_AlphaToCoverage function works on this renderpath and framebuffer
 
        unsigned int texunits;