Enum gfx::device::tex::Compression
[−]
[src]
pub enum Compression {
ETC2_RGB,
ETC2_SRGB,
ETC2_EAC_RGBA8,
}Codec used to compress image data.
Variants
ETC2_RGB | Use the EXT2 algorithm on 3 components. |
ETC2_SRGB | Use the EXT2 algorithm on 4 components (RGBA) in the sRGB color space. |
ETC2_EAC_RGBA8 | Use the EXT2 EAC algorithm on 4 components. |