X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_shadow.h;h=111ba47e4794310b7b3396939981cbc5120ec7d0;hb=49a0d411fae28787e20dc45a4906722a5e51b7bc;hp=706f75aa88f764a20f28520963fd1c8966e4d438;hpb=f5c01d29320e5e45965d995a164291c2cc071578;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.h b/r_shadow.h index 706f75aa..111ba47e 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -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);