Nuklear bindings

This commit is contained in:
2023-01-19 19:06:32 +00:00
parent 63eb212dcd
commit 4eeb16ec48
8 changed files with 72 additions and 11 deletions

View File

@@ -275,15 +275,6 @@ int window_hasfocus(struct window *w)
void window_render(struct window *w) {
window_makecurrent(w);
openglRender(w);
if (w->nuke_gui != NULL) {
nuke_start();
w->nuke_gui();
nuke_end();
}
window_swap(w);
}