]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.h
a rather hefty 6% speed gain by getting rid of the R_Mesh_UpdateFarClip function...
[xonotic/darkplaces.git] / gl_backend.h
index be9ecf7d553fbc42176e5e2c418eacc463a2da3b..e7183ad0c0e31754e36556f7f10cceecb3697d41 100644 (file)
@@ -54,7 +54,7 @@ rmeshbufferinfo_t;
 void gl_backend_init(void);
 
 // starts mesh rendering for the frame
-void R_Mesh_Start(void);
+void R_Mesh_Start(float farclip);
 
 // ends mesh rendering for the frame
 // (only valid after R_Mesh_Start)