Enum bcndecode::BcnDecoderFormat [] [src]

pub enum BcnDecoderFormat {
    RGBA,
    BGRA,
    ARGB,
    ABGR,
    LUM,
}

Specifies the pixel format of the output data

Variants

Format only used for BC4 decompression

Trait Implementations

impl Copy for BcnDecoderFormat
[src]

impl Clone for BcnDecoderFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more