mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 01:59:59 -06:00
Force TFB rebind after buffer modifications (#1392)
This commit is contained in:
@ -535,7 +535,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_transformFeedbackBuffersDirty)
|
if (_transformFeedbackBuffersDirty || _rebind)
|
||||||
{
|
{
|
||||||
_transformFeedbackBuffersDirty = false;
|
_transformFeedbackBuffersDirty = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user