Enum nannou::ui::backend::glium::glium::backend::glutin::glutin::GlProfile[]

pub enum GlProfile {
    Compatibility,
    Core,
}

Describes the requested OpenGL context profiles.

Variants

Include all the immediate more functions and definitions.

Include all the future-compatible functions and definitions.

Trait Implementations

impl Clone for GlProfile

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlProfile

Formats the value using the given formatter. Read more

impl Copy for GlProfile

impl Eq for GlProfile

impl PartialEq<GlProfile> for GlProfile

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for GlProfile

impl Sync for GlProfile