Check if packed depth is supported

This commit is contained in:
Isaac Marovitz
2023-08-02 21:32:41 -04:00
committed by Evan Husted
parent 671aff68a6
commit 179482e9cb
2 changed files with 14 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ namespace Ryujinx.Graphics.Metal
public void CopyTo(ITexture destination, Extents2D srcRegion, Extents2D dstRegion, bool linearFilter)
{
throw new NotImplementedException();
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
}
public void CopyTo(BufferRange range, int layer, int level, int stride)