rendervulkan: Bump pScreenshotImages to 9

8 pw buffers + 1 screenshot

Should fix crash on recording and screenshot at the same time
This commit is contained in:
Joshua Ashton 2023-11-07 16:18:33 +00:00
parent 36ba0e2579
commit 1d468679da

View file

@ -488,7 +488,7 @@ struct VulkanOutput_t
VkFormat outputFormat = VK_FORMAT_UNDEFINED;
VkFormat outputFormatOverlay = VK_FORMAT_UNDEFINED;
std::array<std::shared_ptr<CVulkanTexture>, 8> pScreenshotImages;
std::array<std::shared_ptr<CVulkanTexture>, 9> pScreenshotImages;
// NIS and FSR
std::shared_ptr<CVulkanTexture> tmpOutput;