Anna Maniscalco
Anna Maniscalco
``` = help: message: called `Option::unwrap()` on a `None` value ``` happens on src/structs.rs:526
Isn't there a wrapper for vkCmdWaitEvents?
- **Sway Version:** - 1.8.1 - **Debug Log:** - https://gist.github.com/pac85/1835fa51b8f189fa0e4448e2bff32176 - xrandr output https://gist.github.com/pac85/67b27ea2c70e3cae836f34c7d1f0570b - **Configuration File:** Can be reproduced with the default config with the addition of the following...
Normally the copy is done in vkAcquireNextImageKHR ( [relevant line](https://github.com/ValveSoftware/wine/blob/a7618abea5ffeb3bfb1e69c0dbcdc1008bd88163/dlls/winex11.drv/vulkan.c#L445) ) but it would make more sense to do it during a call to vkQueuePresentKHR. This causes a bug in...
Gamescope side: https://github.com/ValveSoftware/gamescope/pull/1653 With that patch gamescope will use it's layer to pull `engineName` from `VkApplicationInfo` and send it to mangoapp. This change will make it use that information, this...