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 -1
View File
@@ -246,7 +246,7 @@ function mesh_data_build(raw: mesh_data_t) {
indices_array[i] = id[i];
}
gpu_index_buffer_unlock(index_buffer);
iron_gpu_index_buffer_unlock(index_buffer);
array_push(raw._.index_buffers, index_buffer);
}