SDL2GLContext

SDL OpenGL context wrapper.

Constructors

this
this(SDL2Window window)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
makeCurrent
void makeCurrent()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_context
SDL_GLContext _context;
Undocumented in source.
_window
SDL2Window _window;
Undocumented in source.

Meta