]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
don't reject render entities from being added just because of
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index ea09fd1e01fa004821a899eb51819350902acf51..52331ae4acf59fd45a5f54537c55d143a3b485fa 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -59,11 +59,11 @@ typedef struct viddef_support_s
        qboolean ati_separate_stencil;
        qboolean ext_blend_minmax;
        qboolean ext_blend_subtract;
-       qboolean ext_compiled_vertex_array;
        qboolean ext_draw_range_elements;
        qboolean ext_framebuffer_object;
        qboolean ext_stencil_two_side;
        qboolean ext_texture_3d;
+       qboolean ext_texture_compression_s3tc;
        qboolean ext_texture_edge_clamp;
        qboolean ext_texture_filter_anisotropic;
 }