]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
fix descriptions on cl_netinputpacketsper* cvars
[xonotic/darkplaces.git] / r_shadow.h
index 963dc5d5ce42d151cfe81e12be3d3ef8e3466527..724a79173d947f7c2fba53365d712ebc2dcb4971 100644 (file)
@@ -44,7 +44,7 @@ void R_Shadow_RenderLighting(int firstvertex, int numvertices, int numtriangles,
 void R_Shadow_RenderMode_Begin(void);
 void R_Shadow_RenderMode_ActiveLight(rtlight_t *rtlight);
 void R_Shadow_RenderMode_Reset(void);
-void R_Shadow_RenderMode_StencilShadowVolumes(void);
+void R_Shadow_RenderMode_StencilShadowVolumes(qboolean clearstencil);
 void R_Shadow_RenderMode_Lighting(qboolean stenciltest, qboolean transparent);
 void R_Shadow_RenderMode_VisibleShadowVolumes(void);
 void R_Shadow_RenderMode_VisibleLighting(qboolean stenciltest, qboolean transparent);