Expand description
Decoding BLP format from raw bytes.
Re-exports§
Modules§
Functions§
- load_
blp - Read BLP file from file system. If it BLP0 format, uses the mipmaps near the root file.
- load_
blp_ from_ buf - Read BLP file from buffer(Vec
). If it BLP0 format, uses the mipmaps in the temp dir. - no_
mipmaps - Helper for
parse_blp
when no external mipmaps are needed - parse_
blp - Parse BLP file from slice and fail if we require parse external files (case BLP0)
- parse_
blp_ with_ externals - Parse BLP file from slice and use user provided callback to read mipmaps
- preloaded_
mipmaps - Helper for
parse_blp
when external mipmaps are located in filesystem near the root file and loaded in memory when reading the main file.