fix: incorrect layer count of texture view

This commit is contained in:
Samuliak
2024-05-21 16:23:42 +02:00
committed by Evan Husted
parent 765ca8e6c0
commit 7a6c7196c8
2 changed files with 2 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ namespace Ryujinx.Graphics.Metal
public void BackgroundContextAction(Action action, bool alwaysBackground = false)
{
throw new NotImplementedException();
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
}
public BufferHandle CreateBuffer(int size, BufferAccess access, BufferHandle storageHint)