Function bevy::render::texture::dds_format_to_texture_format

pub fn dds_format_to_texture_format(
    dds: &Dds,
    is_srgb: bool
) -> Result<TextureFormat, TextureError>