Function bevy::render::texture::ktx2_format_to_texture_format

pub fn ktx2_format_to_texture_format(
    ktx2_format: Format,
    is_srgb: bool
) -> Result<TextureFormat, TextureError>