1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-18 20:52:10 +01:00

[dxvk] Force-update draw buffer for graphics pipeline barrier checks

This commit is contained in:
Philip Rebohle 2019-10-26 12:41:40 +02:00
parent c44d30d78b
commit 83fc15c594
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -3785,7 +3785,8 @@ namespace dxvk {
// Force-update vertex/index buffers for hazard checks
m_flags.set(DxvkContextFlag::GpDirtyIndexBuffer,
DxvkContextFlag::GpDirtyVertexBuffers);
DxvkContextFlag::GpDirtyVertexBuffers,
DxvkContextFlag::DirtyDrawBuffer);
// This is necessary because we'll only do hazard
// tracking if the active pipeline has side effects