Enum nannou::ui::backend::glium::glium::Profile [] [src]

pub enum Profile {
    Core,
    Compatibility,
}

Describes the OpenGL context profile.

Variants

The context uses only future-compatible functions and definitions.

The context includes all immediate mode functions and definitions.

Trait Implementations

impl Copy for Profile
[src]

impl Clone for Profile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Profile

impl Sync for Profile