Function ktx2_format_to_texture_format

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