#include <texture.h>
Public Member Functions | |
| void | addTexture (const Common::String &name, Texture *texture) |
| const Texture * | getTexture (const Common::String &name) const |
A collection of textures referenced by their names
| void Stark::Gfx::TextureSet::addTexture | ( | const Common::String & | name, |
| Texture * | texture | ||
| ) |
Add a texture to the set
| const Texture* Stark::Gfx::TextureSet::getTexture | ( | const Common::String & | name | ) | const |
Retrieve a texture from the set