Skip to content
Tangent 128 edited this page Mar 28, 2015 · 3 revisions

SDL.glProfile

OpenGL profile

Enum

SYNOPSIS

SDL.glProfile = {
    Core,
    Compatibility,
    ES
}

VALUES

  • Core, SDL_GL_CONTEXT_PROFILE_CORE
  • Compatibility, SDL_GL_CONTEXT_PROFILE_COMPATIBILITY
  • ES, SDL_GL_CONTEXT_PROFILE_ES
Clone this wiki locally