demo

DDUI SDL2 OpenGL1.1 example

Members

Functions

main
void main(int argc, const(char)** args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

glctx
SDL_GLContext glctx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
uictx
mu_Context uictx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
window
SDL_Window* window;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
window_height
int window_height;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
window_width
int window_width;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta