doom3-gpl
Doom 3 GPL source release
|
#include <tr_local.h>
Public Attributes | |
const srfTriangles_t * | geo |
const struct viewEntity_s * | space |
const idMaterial * | material |
float | sort |
const float * | shaderRegisters |
const struct drawSurf_s * | nextOnLight |
idScreenRect | scissorRect |
int | dsFlags |
struct vertCache_s * | dynamicTexCoords |
Definition at line 111 of file tr_local.h.
int drawSurf_s::dsFlags |
Definition at line 119 of file tr_local.h.
struct vertCache_s* drawSurf_s::dynamicTexCoords |
Definition at line 120 of file tr_local.h.
const srfTriangles_t* drawSurf_s::geo |
Definition at line 112 of file tr_local.h.
const idMaterial* drawSurf_s::material |
Definition at line 114 of file tr_local.h.
const struct drawSurf_s* drawSurf_s::nextOnLight |
Definition at line 117 of file tr_local.h.
idScreenRect drawSurf_s::scissorRect |
Definition at line 118 of file tr_local.h.
Definition at line 116 of file tr_local.h.
float drawSurf_s::sort |
Definition at line 115 of file tr_local.h.
const struct viewEntity_s* drawSurf_s::space |
Definition at line 113 of file tr_local.h.