]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
stencil is now supported (optional, off by default, use vid_stencil to enable)
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 0b83a0276defdb9a3256fb26bf351e424562525b..e892b80a9730f32b072968f9754e73f11d8c794f 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -49,6 +49,9 @@ extern cvar_t vid_width;
 extern cvar_t vid_height;
 extern cvar_t vid_bitsperpixel;
 extern cvar_t vid_mouse;
+extern cvar_t vid_stencil;
+
+extern int gl_stencil;
 
 // brand of graphics chip
 extern const char *gl_vendor;
@@ -101,7 +104,6 @@ void GL_Init (void);
 void VID_CheckExtensions(void);
 
 void VID_Init (void);
-int VID_Mode(int fullscreen, int width, int height, int bpp);
 // Called at startup
 
 void VID_Shutdown (void);