X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=r_shadow.h;h=d4d4b078f2db3bc5f173047e2eb1fa12f6433a04;hb=ae946773a0fdc85c9fcd22615744a9b0e1b1b0c0;hp=97f073f7ac0ee4ca2dbc51d77bf3dc4e6fa928dc;hpb=4e36d3ccde0581e22d4b96214247bb8f98b6bca6;p=xonotic%2Fdarkplaces.git diff --git a/r_shadow.h b/r_shadow.h index 97f073f7..d4d4b078 100644 --- a/r_shadow.h +++ b/r_shadow.h @@ -104,4 +104,7 @@ void R_Shadow_PrepareModelShadows(void); void R_LightPoint(vec3_t color, const vec3_t p, const int flags); void R_CompleteLightPoint(vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal, const vec3_t p, const int flags); +void R_DrawModelShadowMaps(int fbo, rtexture_t *depthtexture, rtexture_t *colortexture); +void R_DrawModelShadows(int fbo, rtexture_t *depthtexture, rtexture_t *colortexture); + #endif