ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
GlContext
ws
gl
context
Undocumented in source.
class
GlContext
version(Windows)
__gshared
class
GlContext {
GraphicsContext
handle
;
__gshared
GraphicsContext
sharedHandle
;
WindowHandle
window
;
HDC
deviceContext
;
this
(WindowHandle window, GraphicsContext context);
this
(WindowHandle window);
void
swapBuffers
();
template
opDispatch
(string s)
;
}
class
GlContext
Constructors
this
this
(WindowHandle window, GraphicsContext context)
Undocumented in source.
this
this
(WindowHandle window)
Undocumented in source.
Members
Functions
swapBuffers
void
swapBuffers
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
sharedHandle
GraphicsContext
sharedHandle
;
Undocumented in source.
Templates
opDispatch
template
opDispatch
(string s)
Undocumented in source.
Variables
deviceContext
HDC
deviceContext
;
Undocumented in source.
handle
GraphicsContext
handle
;
Undocumented in source.
window
WindowHandle
window
;
Undocumented in source.
Meta
Source
See Implementation
ws
gl
context
classes
GlContext
functions
chooseBestPixelFormat
getLastError
variables
glXCreateContextAttribsARB