ArsdBackend

Undocumented in source.

Constructors

this
this(int w, int h, string title)
Undocumented in source.

Members

Functions

onVisibleForTheFirstTime
void onVisibleForTheFirstTime()

this is called just before our window will be shown for the first time. we must create NanoVega context here, as it needs to initialize internal OpenGL subsystem with valid OpenGL context.

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ctx
NanoContext ctx;
Undocumented in source.
screen
ArsdScreen screen;
Undocumented in source.
simple_window
SimpleWindow simple_window;
Undocumented in source.

Meta