Enum sdl2::video::GLProfile [−][src]
pub enum GLProfile {
Core,
Compatibility,
GLES,
Unknown(i32),
}Variants
OpenGL core profile - deprecated functions are disabled
OpenGL compatibility profile - deprecated functions are allowed
OpenGL ES profile - only a subset of the base OpenGL functionality is available
Unknown(i32)Unknown profile - SDL will tend to return 0 if you ask when no particular profile has been defined or requested.
Tuple Fields of Unknown
0: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GLProfile
impl UnwindSafe for GLProfile
Blanket Implementations
Mutably borrows from an owned value. Read more