]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
unsigned long vs. size_t printf format warning fix
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index a832830bb52cebe35b789ddf0fcaf5208a335cc6..52331ae4acf59fd45a5f54537c55d143a3b485fa 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -33,6 +33,7 @@ typedef enum renderpath_e
        RENDERPATH_GL11,
        RENDERPATH_GL13,
        RENDERPATH_GL20,
+       RENDERPATH_CGGL,
 }
 renderpath_t;
 
@@ -58,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;
 }
@@ -96,6 +97,8 @@ typedef struct viddef_s
        int samples;
        qboolean stencil;
 
+       void *cgcontext;
+
        renderpath_t renderpath;
 
        unsigned int texunits;