mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 22:36:59 +00:00
Make TextureGroup.ClearModified thread safe (#6686)
This commit is contained in:
parent
2b6cc4b353
commit
2ef4f92b07
3 changed files with 16 additions and 10 deletions
|
|
@ -390,7 +390,7 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
{
|
||||
_views.Remove(texture);
|
||||
|
||||
Group.RemoveView(texture);
|
||||
Group.RemoveView(_views, texture);
|
||||
|
||||
texture._viewStorage = texture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue