WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit e6e898b297 - Show all commits

View File

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