voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
GlfwSharedContext
voxelman
platform
glfwwindow
Undocumented in source.
class
GlfwSharedContext :
ISharedContext
{
GLFWwindow
*
sharedContext
;
this
(GLFWwindow* _sharedContext);
void
makeCurrent
();
}
Constructors
this
this
(GLFWwindow* _sharedContext)
Undocumented in source.
Members
Functions
makeCurrent
void
makeCurrent
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sharedContext
GLFWwindow
*
sharedContext
;
Undocumented in source.
Inherited Members
From ISharedContext
makeCurrent
void
makeCurrent
()
Undocumented in source.
Meta
Source
See Implementation
voxelman
platform
glfwwindow
classes
GlfwSharedContext
GlfwWindow
functions
charfun
cursorenterfun
cursorposfun
errorfun
getWinFromUP
keyfun
mousebuttonfun
refreshfun
scrollfun
windowclosefun
windowfocusfun
windowiconifyfun
windowposfun
windowrefreshfun
windowsizefun