[vk, swapchain] Swapchaing Image VkQueue

This commit is contained in:
CamilleLaVey 2025-11-24 19:33:16 -04:00
parent 8cce12f3d3
commit f63818be3c

View file

@ -101,7 +101,7 @@ public:
}
VkSemaphore CurrentRenderSemaphore() const {
return *render_semaphores[frame_index];
return *render_semaphores[image_index];
}
u32 GetWidth() const {