dispose encoder state manager

This commit is contained in:
Samuliak 2024-05-25 08:27:28 +02:00 committed by Evan Husted
parent af341f88df
commit 1c4e527ac2

View File

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