Functions | |
| float | CalcFov (float fov_x, float width, float height) |
| struct tex_s * | SCR_CaptureBGR (void) |
| void | SCR_DrawFPS (void) |
| void | SCR_DrawPause (void) |
| void | SCR_DrawRam (void) |
| void | SCR_DrawStringToSnap (const char *s, struct tex_s *tex, int x, int y) |
| void | SCR_DrawTime (void) |
| void | SCR_DrawTurtle (void) |
| struct tex_s * | SCR_ScreenShot (int width, int height) |
| void | SCR_ScreenShot_f (void) |
| void | SCR_SetUpToDrawConsole (void) |
| void | SCR_UpdateScreen (double realtime, SCR_Func scr_3dfunc, SCR_Func *scr_funcs) |
Variables | |
| int | clearconsole |
| int | clearnotify |
| float | oldfov |
| int | oldsbar |
| int | oldscreensize |
| vrect_t * | pconupdate |
| float | scr_con_current |
| float | scr_conlines |
| int | scr_copytop |
| qboolean | scr_initialized |
| struct qpic_s * | scr_net |
| struct qpic_s * | scr_ram |
| qboolean | scr_skipupdate |
| struct qpic_s * | scr_turtle |
| vrect_t | scr_vrect |
| viddef_t | vid |
| float CalcFov | ( | float | fov_x, |
| float | width, | ||
| float | height | ||
| ) |
| struct tex_s* SCR_CaptureBGR | ( | void | ) |
| void SCR_DrawFPS | ( | void | ) |
| void SCR_DrawPause | ( | void | ) |
| void SCR_DrawRam | ( | void | ) |
| void SCR_DrawTime | ( | void | ) |
| void SCR_DrawTurtle | ( | void | ) |
| void SCR_ScreenShot_f | ( | void | ) |
| void SCR_SetUpToDrawConsole | ( | void | ) |
| int clearconsole |
| int clearnotify |
| float oldfov |
| int oldsbar |
| int oldscreensize |
| vrect_t* pconupdate |
| float scr_con_current |
| float scr_conlines |
| int scr_copytop |
| qboolean scr_initialized |
| struct qpic_s* scr_net |
| struct qpic_s* scr_ram |
| qboolean scr_skipupdate |
| struct qpic_s* scr_turtle |
| vrect_t scr_vrect |
| viddef_t vid |