dispose encoder state manager

This commit is contained in:
Samuliak 2024-05-25 08:27:28 +02:00 committed by Isaac Marovitz
parent af4b762ce3
commit 680f950a59
No known key found for this signature in database
GPG Key ID: 97250B2B09A132E1
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ namespace Ryujinx.Graphics.Metal
public void Dispose()
{
EndCurrentPass();
_encoderStateManager.Dispose();
}
}
}