Force TFB rebind after buffer modifications (#1392)

This commit is contained in:
gdkchan 2020-07-15 19:05:06 -03:00 committed by Matt Heins
commit e3add77350

View file

@ -535,7 +535,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
}
}
if (_transformFeedbackBuffersDirty)
if (_transformFeedbackBuffersDirty || _rebind)
{
_transformFeedbackBuffersDirty = false;