doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
RenderSystem.cpp File Reference
#include "../idlib/precompiled.h"
#include "tr_local.h"

Go to the source code of this file.

Functions

voidR_GetCommandBuffer (int bytes)
 
void R_ClearCommandChain (void)
 
void R_AddDrawViewCmd (viewDef_t *parms)
 
void R_LockSurfaceScene (viewDef_t *parms)
 

Variables

idRenderSystemLocal tr
 
idRenderSystemrenderSystem = &tr
 

Function Documentation

void R_AddDrawViewCmd ( viewDef_t parms)

Definition at line 208 of file RenderSystem.cpp.

void R_ClearCommandChain ( void  )

Definition at line 180 of file RenderSystem.cpp.

void* R_GetCommandBuffer ( int  bytes)

Definition at line 160 of file RenderSystem.cpp.

void R_LockSurfaceScene ( viewDef_t parms)

Definition at line 246 of file RenderSystem.cpp.

Variable Documentation

idRenderSystem* renderSystem = &tr

Definition at line 34 of file RenderSystem.cpp.

Definition at line 33 of file RenderSystem.cpp.