Win32GlContext

Wgl implementation of GlContext

Constructors

this
this(GlAttribs attribs, HWND window)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
doneCurrent
void doneCurrent()
Undocumented in source. Be warned that the author may not have intended to support it.
makeCurrent
bool makeCurrent(size_t nativeHandle)
Undocumented in source. Be warned that the author may not have intended to support it.
setPixelFormat
void setPixelFormat(HWND hwnd)
Undocumented in source. Be warned that the author may not have intended to support it.
swapBuffers
void swapBuffers(size_t nativeHandle)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

attribs
GlAttribs attribs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
current
bool current [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
gl
Gl gl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swapInterval
int swapInterval [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
swapInterval
int swapInterval [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From GlContext

gl
Gl gl [@property getter]
Undocumented in source.
attribs
GlAttribs attribs [@property getter]
Undocumented in source.
makeCurrent
bool makeCurrent(size_t nativeHandle)
Undocumented in source.
doneCurrent
void doneCurrent()
Undocumented in source.
current
bool current [@property getter]
Undocumented in source.
swapInterval
int swapInterval [@property getter]
Undocumented in source.
swapInterval
int swapInterval [@property setter]
Undocumented in source.
swapBuffers
void swapBuffers(size_t nativeHandle)
Undocumented in source.

Meta