HDK
|
#include <TIL_TextureMap.h>
Public Member Functions | |
void | dump () const |
bool | isValid () const |
bool | mipMapped () const |
int | mipCount () const |
Public Attributes | |
UT_Array< UT_Vector2i > | myMipMapRes |
PXL_DataFormat | myDataFormat |
int | myChannelCount |
Definition at line 313 of file TIL_TextureMap.h.
void TIL_TextureMap::TextureInfo::dump | ( | ) | const |
|
inline |
Definition at line 317 of file TIL_TextureMap.h.
|
inline |
Definition at line 319 of file TIL_TextureMap.h.
|
inline |
Definition at line 318 of file TIL_TextureMap.h.
int TIL_TextureMap::TextureInfo::myChannelCount |
Definition at line 323 of file TIL_TextureMap.h.
PXL_DataFormat TIL_TextureMap::TextureInfo::myDataFormat |
Definition at line 322 of file TIL_TextureMap.h.
UT_Array<UT_Vector2i> TIL_TextureMap::TextureInfo::myMipMapRes |
Definition at line 321 of file TIL_TextureMap.h.