Function bevy::render::texture::ktx2_buffer_to_image

pub fn ktx2_buffer_to_image(
    buffer: &[u8],
    supported_compressed_formats: CompressedImageFormats,
    is_srgb: bool
) -> Result<Image, TextureError>