|
UFO: Alien Invasion
|

Go to the source code of this file.
Functions | |
| void | R_InitThreads (void) |
| void | R_ShutdownThreads (void) |
| int | R_RunThread (void *p) |
Definition at line 85 of file r_thread.cpp.
References Com_CreateThread(), R_RunThread(), and r_threadstate.
Referenced by R_BeginFrame().
Definition at line 38 of file r_thread.cpp.
References R_GetLevelSurfaceLists(), R_SetupFrustum(), r_threads, r_threadstate, refdef, Sys_Sleep(), THREAD_BSP, THREAD_RENDERER, and THREAD_SLEEP_INTERVAL.
Referenced by R_InitThreads().
Definition at line 69 of file r_thread.cpp.
References r_threads, r_threadstate, and THREAD_BSP.
Referenced by R_BeginFrame(), and R_Shutdown().