]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
overhauling a lot of functions to allow fbo rendering
[xonotic/darkplaces.git] / r_shadow.h
index c595fbe9f02e9232e1255dd4c586dcedbff07fbd..97f073f7ac0ee4ca2dbc51d77bf3dc4e6fa928dc 100644 (file)
@@ -78,7 +78,7 @@ void R_RTLight_Update(rtlight_t *rtlight, int isstatic, matrix4x4_t *matrix, vec
 void R_RTLight_Compile(rtlight_t *rtlight);
 void R_RTLight_Uncompile(rtlight_t *rtlight);
 
-void R_Shadow_PrepareLights(void);
+void R_Shadow_PrepareLights(int fbo, rtexture_t *depthtexture, rtexture_t *colortexture);
 void R_Shadow_DrawPrepass(void);
 void R_Shadow_DrawLights(void);
 void R_Shadow_DrawCoronas(void);