Vulkan fixes

This commit is contained in:
luboslenco
2025-08-31 18:29:29 +02:00
parent 242e2bfa7d
commit c88d2a20af
+2
View File
@@ -1198,7 +1198,9 @@ void gpu_present_internal() {
};
vkBeginCommandBuffer(command_buffer, &begin_info);
// acquire_next_image(); // Breaks window resize
framebuffer_acquired = false;
framebuffer_index = (framebuffer_index + 1) % GPU_FRAMEBUFFER_COUNT;
while (buffers_to_destroy_count > 0) {
buffers_to_destroy_count--;