![]() |
doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Functions | |
| srfTriangles_t * | R_CreateVertexProgramTurboShadowVolume (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo) |
| srfTriangles_t * | R_CreateTurboShadowVolume (const idRenderEntityLocal *ent, const srfTriangles_t *tri, const idRenderLightLocal *light, srfCullInfo_t &cullInfo) |
Variables | |
| int | c_turboUsedVerts |
| int | c_turboUnusedVerts |
| 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.
| int c_turboUnusedVerts |
Definition at line 35 of file tr_turboshadow.cpp.
| int c_turboUsedVerts |
Definition at line 34 of file tr_turboshadow.cpp.
1.8.6.