doom3-gpl
Doom 3 GPL source release
|
#include <VertexCache.h>
Public Attributes | |
GLuint | vbo |
void * | virtMem |
bool | indexBuffer |
int | offset |
int | size |
int | tag |
struct vertCache_s ** | user |
struct vertCache_s * | next |
struct vertCache_s * | prev |
int | frameUsed |
Definition at line 40 of file VertexCache.h.
int vertCache_s::frameUsed |
Definition at line 51 of file VertexCache.h.
bool vertCache_s::indexBuffer |
Definition at line 43 of file VertexCache.h.
struct vertCache_s* vertCache_s::next |
Definition at line 50 of file VertexCache.h.
int vertCache_s::offset |
Definition at line 45 of file VertexCache.h.
struct vertCache_s * vertCache_s::prev |
Definition at line 50 of file VertexCache.h.
int vertCache_s::size |
Definition at line 46 of file VertexCache.h.
int vertCache_s::tag |
Definition at line 48 of file VertexCache.h.
struct vertCache_s** vertCache_s::user |
Definition at line 49 of file VertexCache.h.
GLuint vertCache_s::vbo |
Definition at line 41 of file VertexCache.h.
void* vertCache_s::virtMem |
Definition at line 42 of file VertexCache.h.