mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 05:52:33 -07:00
Check if packed depth is supported
This commit is contained in:
committed by
Isaac Marovitz
parent
541cdfebb7
commit
ce5f5a6442
@@ -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)
|
||||
|
Reference in New Issue
Block a user