Enum dds::Compression [] [src]

pub enum Compression {
    DXT1,
    DXT2,
    DXT3,
    DXT4,
    DXT5,
    DX10,
    None,
    Other(u8u8u8u8),
}

Represents the compression format of a DDS file, aka the four-cc bytes.

Variants

Trait Implementations

impl Debug for Compression
[src]

[src]

Formats the value using the given formatter.

impl Display for Compression
[src]

[src]

Formats the value using the given formatter. Read more