Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ion::gfx::ResourceManager::TextureImageInfo Struct Reference

Struct containing information about a texture and its image(s). More...

#include "resourcemanager.h"

Collaboration diagram for ion::gfx::ResourceManager::TextureImageInfo:

Public Member Functions

 TextureImageInfo ()
 

Public Attributes

TextureBasePtr texture
 
base::AllocVector< ImagePtrimages
 

Detailed Description

Struct containing information about a texture and its image(s).

There will be exactly one Image pointer for a Texture and exactly six Image pointers for a CubeMapTexture. Any of the pointers may be NULL.

Definition at line 176 of file resourcemanager.h.

Constructor & Destructor Documentation

ion::gfx::ResourceManager::TextureImageInfo::TextureImageInfo ( )
inline

Definition at line 177 of file resourcemanager.h.

Member Data Documentation

base::AllocVector<ImagePtr> ion::gfx::ResourceManager::TextureImageInfo::images

Definition at line 181 of file resourcemanager.h.

TextureBasePtr ion::gfx::ResourceManager::TextureImageInfo::texture

Definition at line 180 of file resourcemanager.h.


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