image_blp::parser

Function load_blp_from_buf

Source
pub fn load_blp_from_buf(buf: &[u8]) -> Result<BlpImage, LoadError>
Expand description

Read BLP file from buffer(Vec). If it BLP0 format, uses the mipmaps in the temp dir.

Since: 1.2.0