Enum limn_core::prelude::glutin::GlProfile
[−]
pub enum GlProfile { Compatibility, Core, }
Describes the requested OpenGL context profiles.
Variants
Compatibility
Include all the immediate more functions and definitions.
Core
Include all the future-compatible functions and definitions.
Trait Implementations
impl Debug for GlProfile
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl PartialEq<GlProfile> for GlProfile
fn eq(&self, __arg_0: &GlProfile) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.