Ion
|
Struct containing information about a texture and its image(s). More...
#include "resourcemanager.h"
Public Member Functions | |
TextureImageInfo () | |
Public Attributes | |
TextureBasePtr | texture |
base::AllocVector< ImagePtr > | images |
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.
|
inline |
Definition at line 177 of file resourcemanager.h.
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.