This commit is contained in:
Rakarake 2026-01-27 15:59:58 +01:00
parent 3311810666
commit 0f1b028fca
3 changed files with 28 additions and 1 deletions

View file

@ -66,6 +66,10 @@ int main(int argc, char *argv[]) {
int width = event.data.draw.width;
int height = event.data.draw.height;
render(&renderer, width, height, time, shader_path, 0);
swap_buffers(&state, event.data.draw.surface);
}
if (event.type == EVENT_NONE) {
printf("nothing, absolutely nothing\n");
}
}
//while (state.running) {