Enum sdl2_sys::video::SDL_GLprofile [] [src]

pub enum SDL_GLprofile {
    SDL_GL_CONTEXT_PROFILE_CORE,
    SDL_GL_CONTEXT_PROFILE_COMPATIBILITY,
    SDL_GL_CONTEXT_PROFILE_ES,
}

Variants

SDL_GL_CONTEXT_PROFILE_CORESDL_GL_CONTEXT_PROFILE_COMPATIBILITYSDL_GL_CONTEXT_PROFILE_ES

Trait Implementations

impl Clone for SDL_GLprofile
[src]

fn clone(&self) -> SDL_GLprofile

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 SDL_GLprofile
[src]