nanogui v0.0.9 (2019-02-26T05:50:23Z)
Dub
Repo
MyGlCanvas
examples
sdl
Undocumented in source.
class
MyGlCanvas : GLCanvas {
import
std
.
typecons
:
scoped
;
;
import
gfm
.
opengl
;
;
import
gfm
.
math
;
;
import
nanogui
.
common
;
;
this
(Widget parent, OpenGL gl);
~this
();
void
drawGL
();
}
Constructors
this
this
(Widget parent, OpenGL gl)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
drawGL
void
drawGL
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
examples
sdl
classes
MyGlCanvas
MyGui
functions
main
timer_callback
structs
Vertex