mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
VideoBackends/Vulkan: Use WorkQueueThreadSP for swap commands.
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user