![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
Data structure used to group together information about a texture. More...
Collaboration diagram for ogre_texture_info_data:Public Attributes | |
| bitmap * | bitmap_tag = nullptr |
| The bitmap tag that the texture originates from. More... | |
| std::string | tag_path = "" |
| The tag path of the bitmap tag that the texture originates from. More... | |
| Ogre::TextureGpu * | texture = nullptr |
| The OGRE texture data. More... | |
| bool | load_pending = false |
| Whether or not the texture is currently pending being loaded. More... | |
Data structure used to group together information about a texture.
| bitmap* ogre_texture_info_data::bitmap_tag = nullptr |
The bitmap tag that the texture originates from.
| bool ogre_texture_info_data::load_pending = false |
Whether or not the texture is currently pending being loaded.
| std::string ogre_texture_info_data::tag_path = "" |
The tag path of the bitmap tag that the texture originates from.
| Ogre::TextureGpu* ogre_texture_info_data::texture = nullptr |
The OGRE texture data.