[renderer] Continue the job of merging SCR_UpdateScreen

I think this is probably as merged as it will get (though the update
callbacks can probably do with some merging).
This commit is contained in:
Bill Currie 2021-01-11 16:57:31 +09:00
parent 88d48944cb
commit 6e636a27d0
20 changed files with 63 additions and 121 deletions

View file

@ -44,7 +44,7 @@ void gl_R_Init (void);
void glsl_R_Init (void);
void sw_R_Init (void);
void sw32_R_Init (void);
void R_RenderFrame (SCR_Func scr_3dfunc, SCR_Func *scr_funcs);
void R_Init_Cvars (void);
void R_InitEfrags (void);
void R_ClearState (void);