ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
GlContext
ws
gl
context
Undocumented in source.
class
GlContext
class
GlContext
version(Posix)
class
GlContext {
GraphicsContext
handle
;
WindowHandle
window
;
Display
*
display
;
this
(WindowHandle window);
this
(Display* display, WindowHandle window);
void
swapBuffers
();
template
opDispatch
(string s)
;
}
Constructors
this
this
(WindowHandle window)
Undocumented in source.
this
this
(Display* display, 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.
Templates
opDispatch
template
opDispatch
(string s)
Undocumented in source.
Variables
display
Display
*
display
;
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