mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 11:20:53 +00:00
Vulkan: Simplify command buffer fence tracking
This commit is contained in:
parent
f3fadd7302
commit
427dd45151
11 changed files with 138 additions and 208 deletions
|
@ -104,7 +104,7 @@ private:
|
|||
std::unique_ptr<StagingBuffer> buffer);
|
||||
|
||||
std::unique_ptr<StagingBuffer> m_staging_buffer;
|
||||
VkFence m_flush_fence = VK_NULL_HANDLE;
|
||||
u64 m_flush_fence_counter = 0;
|
||||
};
|
||||
|
||||
class VKFramebuffer final : public AbstractFramebuffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue