dispose encoder state manager

This commit is contained in:
Samuliak 2024-05-25 08:27:28 +02:00 committed by Isaac Marovitz
parent 7654f0b16c
commit e6e898b297

View file

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