Defines texture helper structures for the library. More...
Classes | |
struct | aiTexel |
Helper structure to represent a texel in a ARGB8888 format. More... | |
struct | aiTexture |
Helper structure to describe an embedded texture. More... | |
Variables | |
struct aiTexel | PACK_STRUCT |
Helper structure to represent a texel in a ARGB8888 format. |
Defines texture helper structures for the library.
Used for file formats which embed their textures into the model file. Supported are both normal textures, which are stored as uncompressed pixels, and "compressed" textures, which are stored in a file format such as PNG or TGA.
struct aiTexel PACK_STRUCT |
Helper structure to represent a texel in a ARGB8888 format.
Used by aiTexture.