|
VisioMove-Sample
2.1.3
|
Holds the loaded images. More...
Public Member Functions | |
| ImageCache () | |
| This constructor creates a new uninitialized texture (image) cache. More... | |
Public Attributes | |
| bool | mIsSet |
| Tells if the texture has been set. More... | |
| bool | mTriedToLoad |
| Tells if we already tried to load (and possibly failed). More... | |
| std::string | mFilename |
| The filename of the texture file to load. More... | |
| VgEngine::VgRefPtr < VgEngine::VgITexture > | mTexture |
| The stored texture. More... | |
Holds the loaded images.
| VgMyTextureLoader::ImageCache::ImageCache | ( | ) |
This constructor creates a new uninitialized texture (image) cache.
| std::string VgMyTextureLoader::ImageCache::mFilename |
The filename of the texture file to load.
| bool VgMyTextureLoader::ImageCache::mIsSet |
Tells if the texture has been set.
| VgEngine::VgRefPtr< VgEngine::VgITexture > VgMyTextureLoader::ImageCache::mTexture |
The stored texture.
| bool VgMyTextureLoader::ImageCache::mTriedToLoad |
Tells if we already tried to load (and possibly failed).