mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.
This commit is contained in:
parent
753fe5bed1
commit
ec940e6a2e
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ private:
|
||||||
u32 present_image_index;
|
u32 present_image_index;
|
||||||
u32 command_buffer_index;
|
u32 command_buffer_index;
|
||||||
};
|
};
|
||||||
Common::WorkQueueThread<PendingCommandBufferSubmit> m_submit_thread;
|
Common::WorkQueueThreadSP<PendingCommandBufferSubmit> m_submit_thread;
|
||||||
VkSemaphore m_present_semaphore = VK_NULL_HANDLE;
|
VkSemaphore m_present_semaphore = VK_NULL_HANDLE;
|
||||||
Common::Flag m_last_present_failed;
|
Common::Flag m_last_present_failed;
|
||||||
Common::Flag m_last_present_done;
|
Common::Flag m_last_present_done;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue