Cleanup encoder getting + Fix capture overflow

This commit is contained in:
Isaac Marovitz 2023-08-03 16:47:10 -04:00 committed by Isaac Marovitz
parent 1cb2ec7ebc
commit 61910fe342
3 changed files with 51 additions and 134 deletions

View file

@ -118,7 +118,6 @@ namespace Ryujinx.Graphics.Metal
public ITexture CreateTexture(TextureCreateInfo info)
{
var texture = new Texture(_device, _pipeline, info);
Logger.Warning?.Print(LogClass.Gpu, "Texture created!");
return texture;
}