#include <texturesource.h>
Public Member Functions | |
| ISimpleTextureSource ()=default | |
| virtual | ~ISimpleTextureSource ()=default |
| virtual video::ITexture * | getTexture (const std::string &name, u32 *id=nullptr)=0 |
| Generates a texture string into a standard texture. | |
|
default |
|
virtualdefault |
|
pure virtual |
Generates a texture string into a standard texture.
Implemented in ITextureSource, MenuTextureSource, and TextureSource.
Referenced by ITextureSource::~ITextureSource(), ButtonLayout::getTexture(), StyleSpec::getTexture(), and StyleSpec::getTexture().