clean opengl objects

This commit is contained in:
2025-09-21 12:03:23 +02:00
parent 06181782bf
commit 724eec9241
5 changed files with 52 additions and 26 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
void window_startup(void (*error_callback)(int, const char *));
void window_terminate();
Window *window_init(char *title, unsigned char monitor_index, bool windowed,
Window *shared_context,
void (*key_callback)(Window *, int, int, int, int));
@@ -19,7 +21,7 @@ void window_refresh(Window *window);
void window_events();
void window_close(Window *window, bool hard);
void window_close(Window *window);
bool window_should_close(Window *window);