1
0
forked from MeloNX/MeloNX

Force TFB rebind after buffer modifications (#1392)

This commit is contained in:
gdkchan 2020-07-15 19:05:06 -03:00 committed by GitHub
parent b3dc46bc07
commit 8ba4f4b8e6

View File

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