vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

Some examples time out acquiring next swapchain image #2524

Open Rua opened 4 months ago

Rua commented 4 months ago

Two examples, interactive-fractal and triangle-util, are crashing when trying to acquire a new swapchain image:

thread 'main' panicked at /home/rua/code/vulkano/vulkano-util/src/renderer.rs:286:27: failed to acquire next image: an operation has not completed in the specified time

@hakolao