Enum glium::texture::SrgbFormat
[−]
[src]
pub enum SrgbFormat {
U8U8U8,
U8U8U8U8,
}List of uncompressed pixel formats that contain floating-point data in the sRGB color space.
Variants
U8U8U8 | |
U8U8U8U8 |
Methods
impl SrgbFormat
fn to_texture_format(self) -> TextureFormat
Turns this format into a more generic TextureFormat.