mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Force-update draw buffer for graphics pipeline barrier checks
This commit is contained in:
parent
c44d30d78b
commit
83fc15c594
@ -3785,7 +3785,8 @@ namespace dxvk {
|
|||||||
|
|
||||||
// Force-update vertex/index buffers for hazard checks
|
// Force-update vertex/index buffers for hazard checks
|
||||||
m_flags.set(DxvkContextFlag::GpDirtyIndexBuffer,
|
m_flags.set(DxvkContextFlag::GpDirtyIndexBuffer,
|
||||||
DxvkContextFlag::GpDirtyVertexBuffers);
|
DxvkContextFlag::GpDirtyVertexBuffers,
|
||||||
|
DxvkContextFlag::DirtyDrawBuffer);
|
||||||
|
|
||||||
// This is necessary because we'll only do hazard
|
// This is necessary because we'll only do hazard
|
||||||
// tracking if the active pipeline has side effects
|
// tracking if the active pipeline has side effects
|
||||||
|
Loading…
x
Reference in New Issue
Block a user