class GmFileCache |
Class Description
GLuint | fetchTexture (char* filename) Returns id of specified texture |
void | flushTexture (char* filename) Removes specified texture from cache |
void | flushTexture (GLuint id) Removes specified texture from cache |
void | flushTextures () Removes all textures from cache |
static GmFileCache& | getInstance () Returns pointer to this singelton object |
map<string, GLuint> | mTextures Map linking filenames to textures ids |
GmFileCache () Protected constructor | |
virtual | ~GmFileCache () Virtual destructor |
Class Description
Alphabetic index HTML hierarchy of classes or Java