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 863b0c8dcb
commit 986be200ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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