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_CORE
SDL_GL_CONTEXT_PROFILE_COMPATIBILITY
SDL_GL_CONTEXT_PROFILE_ES

Trait Implementations

Derived Implementations

impl Clone for SDL_GLprofile

fn clone(&self) -> SDL_GLprofile

fn clone_from(&mut self, source: &Self)

impl Copy for SDL_GLprofile