Open salkin-mada opened 4 years ago
Thanks for the issue @salkin-mada!
I have a very similar setup to you (running vulkan-intel on Linux) and I'm able to run the example:
However! I get a very similar issue to you as soon as I try to resize the window whatsoever. My guess is that your tiling manager attempts to resize the window immediately after creation however as the example doesn't account for resizing nicely it panics immediately.
@JoshuaBatty maybe it's worth going over these examples and check they can handle resizing? At least not panic!
ing anyways. I'm down to help out :+1:
info
System: Arch Linux x86_64 5.6.3-arch1-1 Wm: Sway (Wayland) vulkan-intel 20.0.4.-1
thought
intel-mesa
? (Haswell Vulkan support is incomplete)reproducer