Enum glium::Profile
[−]
[src]
pub enum Profile {
Core,
Compatibility,
}Describes the OpenGL context profile.
Variants
CoreThe context uses only future-compatible functions and definitions.
CompatibilityThe context includes all immediate mode functions and definitions.
Trait Implementations
impl Clone for Profile[src]
fn clone(&self) -> Profile
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more