doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
vertCache_s Struct Reference

#include <VertexCache.h>

Public Attributes

GLuint vbo
 
voidvirtMem
 
bool indexBuffer
 
int offset
 
int size
 
int tag
 
struct vertCache_s ** user
 
struct vertCache_snext
 
struct vertCache_sprev
 
int frameUsed
 

Detailed Description

Definition at line 40 of file VertexCache.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: