mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Properly clear used command buffer flags
Fixes an issue where we would always submit the init buffer, even if it is empty.
This commit is contained in:
parent
770ec2c4db
commit
110fc8f833
@ -109,7 +109,7 @@ namespace dxvk {
|
|||||||
|
|
||||||
// Unconditionally mark the exec buffer as used. There
|
// Unconditionally mark the exec buffer as used. There
|
||||||
// is virtually no use case where this isn't correct.
|
// is virtually no use case where this isn't correct.
|
||||||
m_cmdBuffersUsed.set(DxvkCmdBuffer::ExecBuffer);
|
m_cmdBuffersUsed = DxvkCmdBuffer::ExecBuffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user