Depth buffer cleanup

This commit is contained in:
luboslenco
2025-07-01 14:46:40 +02:00
parent 38b59ca7fb
commit 2f007eabde
51 changed files with 269 additions and 613 deletions
-4
View File
@@ -49,14 +49,10 @@ typedef struct iron_window_options {
iron_window_mode_t mode;
int frequency;
bool vsync;
bool use_depth;
int display_index;
bool visible;
int color_bits;
int depth_bits;
} iron_window_options_t;
void iron_window_create(iron_window_options_t *win);