This commit is contained in:
Rakarake 2026-01-28 01:05:17 +01:00
parent b20f48ebc0
commit e934c1f61d
3 changed files with 63 additions and 32 deletions

View file

@ -68,7 +68,7 @@ int main(int argc, char *argv[]) {
render(&renderer, width, height, time, shader_path, 0);
printf("about to 🦬 swap buf %p\n", event.data.draw.surface);
swap_buffers(&state, event.data.draw.surface);
printf("🦬🦬🦬 swaping a buffalo\n");
printf("🦬🦬🦬 swaped a buffalo\n");
}
if (event.type == EVENT_NONE) {
printf("nothing, absolutely nothing\n");