Collaboration diagram for TextureRequest:Public Member Functions | |
| void | print (std::ostream &to) const |
| bool | operator== (const TextureRequest &other) const |
| bool | operator!= (const TextureRequest &other) const |
Public Attributes | |
| video::E_TEXTURE_TYPE | type = video::ETT_2D |
| std::vector< std::string > | images |
|
inline |
|
inline |
|
inline |
References images.
Referenced by TextureSource::processRequestQueued().
Here is the caller graph for this function:| std::vector<std::string> TextureRequest::images |
Referenced by operator==(), print(), and TextureSource::processRequest().
| video::E_TEXTURE_TYPE TextureRequest::type = video::ETT_2D |
Referenced by operator==(), and TextureSource::processRequest().