Go to the source code of this file.
Functions | |
void | R_InitThreads (void) |
void | R_ShutdownThreads (void) |
int | R_RunThread (void *p) |
Definition in file r_thread.h.
void R_InitThreads | ( | void | ) |
Definition at line 77 of file r_thread.c.
References R_RunThread(), and renderer_threadstate_s::thread.
Referenced by R_BeginFrame().
int R_RunThread | ( | void * | p | ) |
Definition at line 36 of file r_thread.c.
References Com_DPrintf(), DEBUG_RENDERER, cvar_s::integer, R_GetLevelSurfaceLists(), R_SetupFrustum(), r_threads, rendererData_t::ready, refdef, renderer_threadstate_s::state, Sys_Sleep(), THREAD_BSP, THREAD_RENDERER, and THREAD_SLEEP_INTERVAL.
Referenced by R_InitThreads().
void R_ShutdownThreads | ( | void | ) |
Definition at line 66 of file r_thread.c.
References renderer_threadstate_s::thread.
Referenced by R_BeginFrame(), and R_Shutdown().