forked from MeloNX/MeloNX
Force TFB rebind after buffer modifications (#1392)
This commit is contained in:
parent
b3dc46bc07
commit
8ba4f4b8e6
@ -535,7 +535,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
}
|
||||
}
|
||||
|
||||
if (_transformFeedbackBuffersDirty)
|
||||
if (_transformFeedbackBuffersDirty || _rebind)
|
||||
{
|
||||
_transformFeedbackBuffersDirty = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user