]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
r_shadow_deferred now checks for r_shadow_gloss 0 and does not use the
[xonotic/darkplaces.git] / render.h
index 161e1c6a4409e1ba7944847d004e04235bf4da7c..c1911e08573040854bddf5380bebed56770813da 100644 (file)
--- a/render.h
+++ b/render.h
@@ -449,7 +449,6 @@ 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
 {