OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::TexturePool Struct Reference

#include <OgreTextureGpuManager.h>

Public Member Functions

bool empty (void) const
 
bool hasFreeSlot (void) const
 

Public Attributes

vector< uint16 >::type availableSlots
 
bool manuallyReserved
 
TextureGpumasterTexture
 
uint16 usedMemory
 
TextureGpuVec usedSlots
 

Member Function Documentation

◆ empty()

bool Ogre::TexturePool::empty ( void  ) const

◆ hasFreeSlot()

bool Ogre::TexturePool::hasFreeSlot ( void  ) const

Member Data Documentation

◆ availableSlots

vector<uint16>::type Ogre::TexturePool::availableSlots

◆ manuallyReserved

bool Ogre::TexturePool::manuallyReserved

◆ masterTexture

TextureGpu* Ogre::TexturePool::masterTexture

◆ usedMemory

uint16 Ogre::TexturePool::usedMemory

◆ usedSlots

TextureGpuVec Ogre::TexturePool::usedSlots

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