forked from Mirror/Ryujinx
Force TFB rebind after buffer modifications (#1392)
This commit is contained in:
parent
863b0c8dcb
commit
986be200ba
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_transformFeedbackBuffersDirty)
|
if (_transformFeedbackBuffersDirty || _rebind)
|
||||||
{
|
{
|
||||||
_transformFeedbackBuffersDirty = false;
|
_transformFeedbackBuffersDirty = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue