|
Assimp
v4.1. (December 2018)
|
Classes | |
| struct | ChunkHeader |
| Describes an IFF chunk header. More... | |
| struct | SubChunkHeader |
| Describes an IFF sub chunk header. More... | |
Functions | |
| ChunkHeader | LoadChunk (uint8_t *&outFile) |
| Load a chunk header. More... | |
| SubChunkHeader | LoadSubChunk (uint8_t *&outFile) |
| Load a sub chunk header. More... | |
| const char * | ReadHeader (uint8_t *outFile, uint32_t &fileType) |
| Read the file header and return the type of the file and its size. More... | |
|
inline |
Load a chunk header.
| outFile | Pointer to the file data - points to the chunk data afterwards |
|
inline |
Load a sub chunk header.
| outFile | Pointer to the file data - points to the chunk data afterwards |
Read the file header and return the type of the file and its size.
| outFile | Pointer to the file data. The buffer must at least be 12 bytes large. |
| fileType | Receives the type of the file |