Module: SDL2::GLcontextFlag

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

Overview

OpenGL Context Values

Constant Summary collapse

DEBUG =
0x001
FORWARD_COMPATIBLE =
0x0002
ROBUST_ACCESS =
0x0004
RESET_ISOLATION =
0x0008

Method Summary

Methods included from EnumerableConstants

included