vulkan: remove unnecessary recreation on resize

This commit is contained in:
niki
2022-08-01 17:38:23 +02:00
parent 98ebdd7871
commit 7bbc2888e2
2 changed files with 10 additions and 11 deletions
-1
View File
@@ -210,7 +210,6 @@ private:
VkCommandPool commandPool = VK_NULL_HANDLE;
std::vector<VkCommandBuffer> commandBuffers;
std::vector<VkCommandBuffer> dataTransferCommandBuffers;
VkDescriptorPool descriptorPool = VK_NULL_HANDLE;
std::vector<VkSemaphore> imageAvailableSemaphores;
std::vector<VkSemaphore> renderFinishedSemaphores;
std::vector<VkFence> inFlightFences;