[vk, swapchain] Swapchaing Image VkQueue
This commit is contained in:
committed by
Caio Oliveira
parent
7d8c1baa87
commit
58fb3487d1
@@ -101,7 +101,7 @@ public:
|
||||
}
|
||||
|
||||
VkSemaphore CurrentRenderSemaphore() const {
|
||||
return *render_semaphores[frame_index];
|
||||
return *render_semaphores[image_index];
|
||||
}
|
||||
|
||||
u32 GetWidth() const {
|
||||
|
||||
Reference in New Issue
Block a user