mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Merge pull request #10977 from tellowkrinkle/FixBackendMultithreading
VideoBackends:Vulkan: Improve backend multithreading
This commit is contained in:
commit
027e10460a
2 changed files with 12 additions and 3 deletions
|
@ -117,6 +117,7 @@ private:
|
|||
u64 fence_counter = 0;
|
||||
bool init_command_buffer_used = false;
|
||||
bool semaphore_used = false;
|
||||
std::atomic<bool> waiting_for_submit{false};
|
||||
u32 frame_index = 0;
|
||||
|
||||
std::vector<std::function<void()>> cleanup_resources;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue