Gpu cleanup

This commit is contained in:
luboslenco
2025-06-19 19:55:16 +02:00
parent be6eaf1327
commit a7df5974ae
116 changed files with 2034 additions and 2211 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ function config_apply() {
config_save();
context_raw.ddirty = 2;
let current: iron_gpu_texture_t = _draw_current;
let current: gpu_texture_t = _draw_current;
let g2_in_use: bool = _draw_in_use;
if (g2_in_use) draw_end();
render_path_base_apply_config();