mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Force TFB rebind after buffer modifications (#1392)
This commit is contained in:
parent
b3dc46bc07
commit
8ba4f4b8e6
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;
|
_transformFeedbackBuffersDirty = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue