gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
SDL2GLContext
gfm
sdl2
window
SDL OpenGL context wrapper.
final
class
SDL2GLContext {
this
(SDL2Window window);
~this
();
void
close
();
void
makeCurrent
();
package
SDL_GLContext
_context
;
package
SDL2Window
_window
;
}
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
Source
See Implementation
gfm
sdl2
window
classes
SDL2GLContext
SDL2Window
SDL OpenGL context wrapper.