pub fn ktx2_format_to_texture_format(
ktx2_format: Format,
is_srgb: bool,
) -> Result<TextureFormat, TextureError>
Available on crate feature
ktx2
only.pub fn ktx2_format_to_texture_format(
ktx2_format: Format,
is_srgb: bool,
) -> Result<TextureFormat, TextureError>
ktx2
only.