pub fn load_blp_from_buf(buf: &[u8]) -> Result<BlpImage, LoadError>
Read BLP file from buffer(Vec). If it BLP0 format, uses the mipmaps in the temp dir.
Since: 1.2.0