xbmc
Public Member Functions | Public Attributes | List of all members
CTextureArray Class Reference
Collaboration diagram for CTextureArray:
Collaboration graph
[legend]

Public Member Functions

 CTextureArray (int width, int height, int loops, bool texCoordsArePixels=false)
 
void Reset ()
 
void Add (std::shared_ptr< CTexture > texture, int delay)
 
void Set (std::shared_ptr< CTexture > texture, int width, int height)
 
void Free ()
 
unsigned int size () const
 

Public Attributes

std::vector< std::shared_ptr< CTexture > > m_textures
 
std::vector< int > m_delays
 
int m_width
 
int m_height
 
int m_orientation
 
int m_loops
 
int m_texWidth
 
int m_texHeight
 
bool m_texCoordsArePixels
 

The documentation for this class was generated from the following files: