Check if packed depth is supported

This commit is contained in:
Isaac Marovitz 2023-08-02 21:32:41 -04:00 committed by Isaac Marovitz
parent 541cdfebb7
commit ce5f5a6442
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)