|
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 = PXL_INT8 |
| int | myChannelCount = 0 |
| int | myMipOffset = 0 |
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 = 0 |
Definition at line 323 of file TIL_TextureMap.h.
| PXL_DataFormat TIL_TextureMap::TextureInfo::myDataFormat = PXL_INT8 |
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.
| int TIL_TextureMap::TextureInfo::myMipOffset = 0 |
Definition at line 324 of file TIL_TextureMap.h.