]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
more _int changes, but these are only in the commented out integer
[xonotic/darkplaces.git] / r_shadow.h
index 706f75aa88f764a20f28520963fd1c8966e4d438..111ba47e4794310b7b3396939981cbc5120ec7d0 100644 (file)
@@ -44,7 +44,7 @@ void R_Shadow_RenderLighting(int firstvertex, int numvertices, int firsttriangle
 void R_Shadow_RenderMode_Begin(void);
 void R_Shadow_RenderMode_ActiveLight(const rtlight_t *rtlight);
 void R_Shadow_RenderMode_Reset(void);
-void R_Shadow_RenderMode_StencilShadowVolumes(void);
+void R_Shadow_RenderMode_StencilShadowVolumes(qboolean zpass);
 void R_Shadow_RenderMode_Lighting(qboolean stenciltest, qboolean transparent);
 void R_Shadow_RenderMode_VisibleShadowVolumes(void);
 void R_Shadow_RenderMode_VisibleLighting(qboolean stenciltest, qboolean transparent);