mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
vk: Add the async task scheduler
This commit is contained in:
parent
cd6ef2958b
commit
77e312fb99
13 changed files with 292 additions and 25 deletions
|
|
@ -137,7 +137,7 @@ namespace vk
|
|||
src->pop_layout(cmd);
|
||||
|
||||
// Create event object for this transfer and queue signal op
|
||||
dma_fence = std::make_unique<vk::event>(*m_device);
|
||||
dma_fence = std::make_unique<vk::event>(*m_device, sync_domain::any);
|
||||
dma_fence->signal(cmd, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_ACCESS_TRANSFER_WRITE_BIT);
|
||||
|
||||
// Set cb flag for queued dma operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue