Enum glium::Profile [] [src]

pub enum Profile {
    Core,
    Compatibility,
}

Describes the OpenGL context profile.

Variants

Core

The context uses only future-compatible functions and definitions.

Compatibility

The 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

impl Copy for Profile
[src]

impl Debug for Profile
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.