Enum decrunch::CrnFormat [] [src]

#[repr(C)]
pub enum CrnFormat { FirstValid, Invalid, Dxt1, Dxt3, Dxt5, Dxt5cCxY, Dxt5xGxR, Dxt5xGBR, Dxt5Agbr, DxNXy, DxNYx, Dxt5A, Etc1, Total, ForceDWORD, }

Variants

cCRNFmtDXT3 is not currently supported when writing to CRN - only DDS.

Luma-chroma

Swizzled 2-component

Swizzled 3-component

Swizzled 4-component

ATI 3DC and X360 DXN

DXT5 alpha blocks only

Trait Implementations

impl Debug for CrnFormat
[src]

Formats the value using the given formatter.

impl PartialEq for CrnFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for CrnFormat
[src]

Returns the "default value" for a type. Read more