mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-15 13:16:43 +00:00
[vk, swapchain] Swapchaing Image VkQueue
This commit is contained in:
committed by
Caio Oliveira
parent
5eed6135ac
commit
07a5bffa2d
@@ -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