fix validation warnings relating to swapchain

for more information: https://docs.vulkan.org/guide/latest/swapchain_semaphore_reuse.html
This commit is contained in:
niki
2026-03-23 22:38:14 +01:00
parent 7d41f3ad30
commit 1a1265d646
2 changed files with 13 additions and 14 deletions
-1
View File
@@ -398,7 +398,6 @@ private:
std::vector<VkSemaphore> imageAvailableSemaphores;
std::vector<VkSemaphore> renderFinishedSemaphores;
std::vector<VkFence> inFlightFences;
std::vector<VkFence> imagesInFlight;
int vsync = 1;
VkDeviceSize minUniformBufferOffsetAlignment = 0;
bool imageRequested = false;