Gpu cleanup (unstable)

This commit is contained in:
luboslenco
2025-06-18 20:47:58 +02:00
parent 34d29bd023
commit 234590c511
46 changed files with 1509 additions and 1804 deletions
+1 -2
View File
@@ -1212,8 +1212,7 @@ void iron_init(const char *name, int width, int height, struct iron_window_optio
win->width = width;
win->height = height;
iron_gpu_internal_init();
gpu_internal_init_window(win->depth_bits, true);
gpu_init(win->depth_bits, true);
iron_internal_gamepad_trigger_connect(0);
}