![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Data structure used to group together information about a texture. More...
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.