]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
implemented r_shadow_particletrace cvar which enables an exceptionally
[xonotic/darkplaces.git] / render.h
index c1911e08573040854bddf5380bebed56770813da..161e1c6a4409e1ba7944847d004e04235bf4da7c 100644 (file)
--- a/render.h
+++ b/render.h
@@ -449,6 +449,7 @@ void R_SetupShader_DepthOrShadow(void);
 void R_SetupShader_ShowDepth(void);
 void R_SetupShader_Surface(const vec3_t lightcolorbase, qboolean modellighting, float ambientscale, float diffusescale, float specularscale, rsurfacepass_t rsurfacepass, int texturenumsurfaces, const msurface_t **texturesurfacelist, void *waterplane);
 void R_SetupShader_DeferredLight(const rtlight_t *rtlight);
+void R_SetupShader_DeferredBounceLight(void);
 
 typedef struct r_waterstate_waterplane_s
 {