#[repr(transparent)]pub struct GLKTextureLoaderError(pub u32);The OpenGL API is deprecated by Apple
GLKTextureLoader and crate feature objc2-open-gl only.Expand description
Tuple Fields§
§0: u32The OpenGL API is deprecated by Apple
Implementations§
Source§impl GLKTextureLoaderError
impl GLKTextureLoaderError
pub const FileOrURLNotFound: Self
The OpenGL API is deprecated by Apple
pub const InvalidNSData: Self
The OpenGL API is deprecated by Apple
pub const InvalidCGImage: Self
The OpenGL API is deprecated by Apple
pub const UnknownPathType: Self
The OpenGL API is deprecated by Apple
pub const UnknownFileType: Self
The OpenGL API is deprecated by Apple
pub const PVRAtlasUnsupported: Self
The OpenGL API is deprecated by Apple
pub const CubeMapInvalidNumFiles: Self
The OpenGL API is deprecated by Apple
pub const CompressedTextureUpload: Self
The OpenGL API is deprecated by Apple
pub const UncompressedTextureUpload: Self
The OpenGL API is deprecated by Apple
pub const UnsupportedCubeMapDimensions: Self
The OpenGL API is deprecated by Apple
pub const UnsupportedBitDepth: Self
The OpenGL API is deprecated by Apple
pub const UnsupportedPVRFormat: Self
The OpenGL API is deprecated by Apple
pub const DataPreprocessingFailure: Self
The OpenGL API is deprecated by Apple
pub const MipmapUnsupported: Self
The OpenGL API is deprecated by Apple
pub const UnsupportedOrientation: Self
The OpenGL API is deprecated by Apple
pub const ReorientationFailure: Self
The OpenGL API is deprecated by Apple
pub const AlphaPremultiplicationFailure: Self
The OpenGL API is deprecated by Apple
pub const InvalidEAGLContext: Self
The OpenGL API is deprecated by Apple
pub const IncompatibleFormatSRGB: Self
The OpenGL API is deprecated by Apple
pub const UnsupportedTextureTarget: Self
The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for GLKTextureLoaderError
impl Clone for GLKTextureLoaderError
Source§fn clone(&self) -> GLKTextureLoaderError
fn clone(&self) -> GLKTextureLoaderError
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more