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

Trait Implementations

impl Copy for SDL_GLprofile
[src]

impl Clone for SDL_GLprofile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more