]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
remove r_shadow_texturetype cvar (now always uses 2D textures), remove shadowmap...
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 7eecb29592303009e0dfa5ad00521ee284c5cd4f..343e8f1815f71a92c3f3301e7d3c5fe104bdacba 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -56,7 +56,6 @@ typedef struct viddef_support_s
        qboolean arb_texture_env_combine;
        qboolean arb_texture_gather;
        qboolean arb_texture_non_power_of_two;
-       qboolean arb_texture_rectangle;
        qboolean arb_vertex_buffer_object;
        qboolean arb_vertex_shader;
        qboolean ati_separate_stencil;
@@ -114,7 +113,6 @@ typedef struct viddef_s
        unsigned int maxtexturesize_2d;
        unsigned int maxtexturesize_3d;
        unsigned int maxtexturesize_cubemap;
-       unsigned int maxtexturesize_rectangle;
        unsigned int max_anisotropy;
        unsigned int maxdrawbuffers;