provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
GLContext
prova
graphics
glcontext
final
class
GLContext {
SDL_GLContext
handle
;
this
(SDL_Window* window);
~this
();
}
Constructors
this
this
(SDL_Window* window)
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
handle
SDL_GLContext
handle
;
Meta
Source
See Implementation
prova
graphics
glcontext
classes
GLContext