mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Vulkan: return to more conventional swapchain sync method, encapsulate more code (#525)
This commit is contained in:
parent
8162477dc1
commit
bc104859f3
4 changed files with 102 additions and 39 deletions
|
@ -233,7 +233,7 @@ public:
|
|||
void InitFirstCommandBuffer();
|
||||
void ProcessFinishedCommandBuffers();
|
||||
void WaitForNextFinishedCommandBuffer();
|
||||
void SubmitCommandBuffer(VkSemaphore* signalSemaphore = nullptr, VkSemaphore* waitSemaphore = nullptr);
|
||||
void SubmitCommandBuffer(VkSemaphore signalSemaphore = VK_NULL_HANDLE, VkSemaphore waitSemaphore = VK_NULL_HANDLE);
|
||||
void RequestSubmitSoon();
|
||||
void RequestSubmitOnIdle();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue