Inheritance diagram for NL3D::CAsyncTextureManager::CTextureLod:
Public Member Functions | |
CTextureLod () | |
bool | isTextureEntry () const |
Data Fields | |
uint | ExtraSize |
uint8 | Level |
bool | Loaded |
NLMISC::CSmartPtr< CTextureFile > | Texture |
CTextureEntry * | TextureEntry |
bool | UpLoaded |
float | Weight |
Protected Attributes | |
bool | IsTextureEntry |
|
Definition at line 75 of file async_texture_manager.cpp. References ExtraSize, Level, Loaded, TextureEntry, UpLoaded, and Weight.
00076 { 00077 IsTextureEntry= false; 00078 00079 TextureEntry= NULL; 00080 Weight= 0; 00081 Level= 0; 00082 Loaded= false; 00083 UpLoaded= false; 00084 ExtraSize= 0; 00085 } |
|
Definition at line 132 of file async_texture_manager.h. References NL3D::CAsyncTextureManager::CTextureBase::IsTextureEntry. Referenced by NL3D::CAsyncTextureManager::update().
00132 {return IsTextureEntry;} |
|
Definition at line 157 of file async_texture_manager.h. Referenced by CTextureLod(), and NL3D::CAsyncTextureManager::update(). |
|
Definition at line 134 of file async_texture_manager.h. Referenced by NL3D::CAsyncTextureManager::CTextureBase::isTextureEntry(). |
|
Definition at line 151 of file async_texture_manager.h. Referenced by CTextureLod(), NL3D::CAsyncTextureManager::update(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
|
Definition at line 153 of file async_texture_manager.h. Referenced by CTextureLod(), NL3D::CAsyncTextureManager::deleteTexture(), NL3D::CAsyncTextureManager::getNextTextureToUpLoad(), NL3D::CAsyncTextureManager::update(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
|
|
Definition at line 147 of file async_texture_manager.h. Referenced by CTextureLod(), NL3D::CAsyncTextureManager::update(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
|
Definition at line 155 of file async_texture_manager.h. Referenced by CTextureLod(), NL3D::CAsyncTextureManager::update(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |
|
Definition at line 149 of file async_texture_manager.h. Referenced by CTextureLod(), NL3D::CAsyncTextureManager::CTextureLodToSort::operator<(), and NL3D::CAsyncTextureManager::updateTextureLodSystem(). |