From 1d468679daa0528234f9de17409d2d1254a8dfb1 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 7 Nov 2023 16:18:33 +0000 Subject: [PATCH] rendervulkan: Bump pScreenshotImages to 9 8 pw buffers + 1 screenshot Should fix crash on recording and screenshot at the same time --- src/rendervulkan.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rendervulkan.hpp b/src/rendervulkan.hpp index 2ebf9c9..5112f94 100644 --- a/src/rendervulkan.hpp +++ b/src/rendervulkan.hpp @@ -488,7 +488,7 @@ struct VulkanOutput_t VkFormat outputFormat = VK_FORMAT_UNDEFINED; VkFormat outputFormatOverlay = VK_FORMAT_UNDEFINED; - std::array, 8> pScreenshotImages; + std::array, 9> pScreenshotImages; // NIS and FSR std::shared_ptr tmpOutput;