Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
ogre_texture_info_data Struct Reference

Data structure used to group together information about a texture. More...

+ Collaboration diagram for ogre_texture_info_data:

Public Attributes

bitmapbitmap_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...
 

Detailed Description

Data structure used to group together information about a texture.

Member Data Documentation

◆ bitmap_tag

bitmap* ogre_texture_info_data::bitmap_tag = nullptr

The bitmap tag that the texture originates from.

◆ load_pending

bool ogre_texture_info_data::load_pending = false

Whether or not the texture is currently pending being loaded.

◆ tag_path

std::string ogre_texture_info_data::tag_path = ""

The tag path of the bitmap tag that the texture originates from.

◆ texture

Ogre::TextureGpu* ogre_texture_info_data::texture = nullptr

The OGRE texture data.


The documentation for this struct was generated from the following file: