]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
Enable GL_OES_framebuffer_object on Android - it was broken in Android 2.1 but that...
[xonotic/darkplaces.git] / render.h
index 1d60682742557c301f802e9ef52ef633506fc73a..8f387103fffa9af158a5acdda5bbf277c748c3f6 100644 (file)
--- a/render.h
+++ b/render.h
@@ -126,7 +126,6 @@ extern cvar_t r_fullbright;
 extern cvar_t r_wateralpha;
 extern cvar_t r_dynamic;
 
-void R_Init(void);
 void R_UpdateVariables(void); // must call after setting up most of r_refdef, but before calling R_RenderView
 void R_RenderView(void); // must set r_refdef and call R_UpdateVariables and CL_UpdateEntityShading first
 void R_RenderView_UpdateViewVectors(void); // just updates r_refdef.view.{forward,left,up,origin,right,inverse_matrix}