mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 10:11:45 +00:00
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue