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

Go to the source code of this file.

Functions

srfTriangles_tR_CreateVertexProgramTurboShadowVolume (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo)
 
srfTriangles_tR_CreateTurboShadowVolume (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo)
 

Variables

int c_turboUsedVerts
 
int c_turboUnusedVerts
 

Function Documentation

srfTriangles_t* R_CreateTurboShadowVolume ( const idRenderEntityLocal ent,
const srfTriangles_t tri,
const idRenderLightLocal light,
srfCullInfo_t cullInfo 
)

Definition at line 187 of file tr_turboshadow.cpp.

srfTriangles_t* R_CreateVertexProgramTurboShadowVolume ( const idRenderEntityLocal ent,
const srfTriangles_t tri,
const idRenderLightLocal light,
srfCullInfo_t cullInfo 
)

Definition at line 45 of file tr_turboshadow.cpp.

Variable Documentation

int c_turboUnusedVerts

Definition at line 35 of file tr_turboshadow.cpp.

int c_turboUsedVerts

Definition at line 34 of file tr_turboshadow.cpp.