[vk, swapchain] Swapchaing Image VkQueue

This commit is contained in:
CamilleLaVey 2025-11-24 19:33:16 -04:00 committed by Caio Oliveira
parent 7d8c1baa87
commit 58fb3487d1
No known key found for this signature in database
GPG Key ID: AAAE6C7FD4186B0C
1 changed files with 1 additions and 1 deletions

View File

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