doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations | Variables
VertexCache.h File Reference

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 Documentation

typedef struct vertCache_s vertCache_t

Enumeration Type Documentation

Enumerator
TAG_FREE 
TAG_USED 
TAG_FIXED 
TAG_TEMP 

Definition at line 33 of file VertexCache.h.

Variable Documentation

const int NUM_VERTEX_FRAMES = 2

Definition at line 31 of file VertexCache.h.

idVertexCache vertexCache

Definition at line 41 of file VertexCache.cpp.