Enum glium::texture::GetFormatError
[−]
[src]
pub enum GetFormatError { NotSupported, }
Error that can happen when retrieving the internal format of a texture.
Variants
NotSupported | The backend doesn't support retrieving the internal format. |