Enum dds::Compression
[−]
[src]
pub enum Compression {
DXT1,
DXT3,
DXT5,
None,
Other(u8, u8, u8, u8),
}Represents the compression format of a DDS file, aka the four-cc bytes.
Variants
DXT1DXT3DXT5NoneOther(u8, u8, u8, u8)