Vityacv
Vityacv
Getting this if validation layers enabled ``` VUID-VkSwapchainCreateInfoKHR-imageExtent-01689(ERROR / SPEC): msgNum: 320081257 - Validation Error: [ VUID-VkSwapchainCreateInfoKHR-imageExtent-01689 ] | MessageID = 0x13140d69 | vkCreateSwapchainKHR(): pCreateInfo->imageExtent (width = 0, height =...
> @Vityacv Can you identify any particular condition that triggers this failure? It seems from your comment in #1151 that the Vulkan renderer is generally working? It works only with...
Thanks! It works when I added this patch too ``` diff --git a/libwayshot/src/lib.rs b/libwayshot/src/lib.rs index 3b358b3..01eef4d 100644 --- a/libwayshot/src/lib.rs +++ b/libwayshot/src/lib.rs @@ -530,7 +530,8 @@ impl WayshotConnection { .find(|frame| {...
I have this fork, I'm able to take normal screenshots with it on hdr display, just not sure I'm ready to make PR https://github.com/Vityacv/wayshot