]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
removed unmaintained CgGL rendering path
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index cb6775d61a0ad955671313a389248632eb78911b..157f1c0b9767c73ebd38c0dc9f0910dd39bc197f 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -33,7 +33,6 @@ typedef enum renderpath_e
        RENDERPATH_GL11,
        RENDERPATH_GL13,
        RENDERPATH_GL20,
-       RENDERPATH_CGGL,
        RENDERPATH_D3D9,
        RENDERPATH_D3D10,
        RENDERPATH_D3D11,
@@ -98,8 +97,6 @@ typedef struct viddef_s
        int samples;
        qboolean stencil;
 
-       void *cgcontext;
-
        renderpath_t renderpath;
        qboolean forcevbo; // some renderpaths can not operate without it
        qboolean useinterleavedarrays; // required by some renderpaths