mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[dxvk] Emit graphics barriers upon spilling render pass
We actually need to do this now since we no longer set all the access flags in the render pass barrier.
This commit is contained in:
parent
0245273ab7
commit
f6007e4f1a
@ -3469,9 +3469,11 @@ namespace dxvk {
|
||||
m_queryManager.endQueries(m_cmd, VK_QUERY_TYPE_OCCLUSION);
|
||||
m_queryManager.endQueries(m_cmd, VK_QUERY_TYPE_PIPELINE_STATISTICS);
|
||||
|
||||
this->renderPassUnbindFramebuffer();
|
||||
|
||||
m_gfxBarriers.recordCommands(m_cmd);
|
||||
m_gfxBarriers.reset();
|
||||
|
||||
this->renderPassUnbindFramebuffer();
|
||||
this->unbindGraphicsPipeline();
|
||||
this->commitPredicateUpdates();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user