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 Clone for Profile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

Formats the value using the given formatter. Read more

impl Copy for Profile
[src]

Auto Trait Implementations

impl Send for Profile

impl Sync for Profile