gfx-rs / gfx

[maintenance mode] A low-overhead Vulkan-like GPU API for Rust.
http://gfx-rs.github.io/
Apache License 2.0
5.35k stars 551 forks source link

Entered unreachable code on vulkan create fence #3774

Open JCapucho opened 3 years ago

JCapucho commented 3 years ago

Short info header:

The panic happened while using wgpu and the vulkan backend, the error message says that it panicked at /src/backend/vulkan/src/device.rs:1568 which corresponds to line 1543 in master