]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
now supports GL_EXT_stencil_two_side extension (found on NV30/R300 class cards),...
[xonotic/darkplaces.git] / render.h
index 0e47172b9ec048c80d2f050d171530a55b418639..ec03626ade62fcd9bd7915f37febe3235e80e9ad 100644 (file)
--- a/render.h
+++ b/render.h
@@ -87,6 +87,7 @@ extern        mplane_t        frustum[4];
 extern int             c_alias_polys, c_light_polys, c_faces, c_nodes, c_leafs, c_models, c_bmodels, c_sprites, c_particles, c_dlights;
 
 // forces all rendering to draw triangle outlines
+extern cvar_t r_showtris;
 extern int r_showtrispass;
 
 //