mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 06:17:07 +02:00
[vk, swapchain] Swapchaing Image VkQueue
This commit is contained in:
parent
7d8c1baa87
commit
58fb3487d1
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
VkSemaphore CurrentRenderSemaphore() const {
|
VkSemaphore CurrentRenderSemaphore() const {
|
||||||
return *render_semaphores[frame_index];
|
return *render_semaphores[image_index];
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 GetWidth() const {
|
u32 GetWidth() const {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue