]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
UNMERGE! ODE stuff:
[xonotic/darkplaces.git] / r_shadow.h
index 97f073f7ac0ee4ca2dbc51d77bf3dc4e6fa928dc..d4d4b078f2db3bc5f173047e2eb1fa12f6433a04 100644 (file)
@@ -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