]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
UNMERGE
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 343e8f1815f71a92c3f3301e7d3c5fe104bdacba..7eecb29592303009e0dfa5ad00521ee284c5cd4f 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -56,6 +56,7 @@ 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;
@@ -113,6 +114,7 @@ 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;