Structure to cache textures. More...
#include <memory.h>
Public Attributes | |
| TextureMap | textureMap |
| char | textureName [100] |
Structure to cache textures.
This structure holds a texture and its associated name.
| TextureMap TextureCache::textureMap |
The texture.
| char TextureCache::textureName[100] |
Name of the texture.