doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
struct | vertCache_s |
class | idVertexCache |
Typedefs | |
typedef struct vertCache_s | vertCache_t |
Enumerations | |
enum | vertBlockTag_t { TAG_FREE, TAG_USED, TAG_FIXED, TAG_TEMP } |
Variables | |
const int | NUM_VERTEX_FRAMES = 2 |
idVertexCache | vertexCache |
typedef struct vertCache_s vertCache_t |
enum vertBlockTag_t |
Enumerator | |
---|---|
TAG_FREE | |
TAG_USED | |
TAG_FIXED | |
TAG_TEMP |
Definition at line 33 of file VertexCache.h.
Definition at line 31 of file VertexCache.h.
idVertexCache vertexCache |
Definition at line 41 of file VertexCache.cpp.