Module: SDL2::GLprofile

Includes:
EnumerableConstants
Defined in:
lib/sdl2/video.rb

Overview

OpenGL Profile Values

Constant Summary collapse

CORE =
0x0001
COMPATIBILITY =
0x0002
ES =
0x0004

Method Summary

Methods included from EnumerableConstants

included