GUIEngine specific implementation of ISimpleTextureSource.
More...
#include <guiEngine.h>
|
video::IVideoDriver * | m_driver = nullptr |
| driver to get textures from
|
|
std::vector< video::ITexture * > | m_to_delete |
| set of textures to delete
|
|
GUIEngine specific implementation of ISimpleTextureSource.
◆ MenuTextureSource()
MenuTextureSource::MenuTextureSource |
( |
video::IVideoDriver * | driver | ) |
|
|
inline |
default constructor
- Parameters
-
driver | the video driver to load textures from |
◆ ~MenuTextureSource()
MenuTextureSource::~MenuTextureSource |
( |
| ) |
|
|
virtual |
◆ getTexture()
video::ITexture * MenuTextureSource::getTexture |
( |
const std::string & | name, |
|
|
u32 * | id = NULL ) |
|
virtual |
◆ m_driver
video::IVideoDriver* MenuTextureSource::m_driver = nullptr |
|
private |
◆ m_to_delete
std::vector<video::ITexture*> MenuTextureSource::m_to_delete |
|
private |
The documentation for this class was generated from the following files: