Re-exports§
pub use super::locator::MipmapLocator;
pub use super::version::BlpVersion;
Structs§
Enums§
- BlpContent
Tag - The content field determines how the image data is stored. CONTENT_JPEG uses non-standard JPEG (JFIF) file compression of BGRA colour component values rather than the usual Y′CbCr color component values. CONTENT_DIRECT refers to a variety of storage formats which can be directly read as pixel values.
- BlpFlags
- Part of header that depends on the version
- Compression