Check if packed depth is supported
This commit is contained in:
parent
541cdfebb7
commit
ce5f5a6442
2 changed files with 14 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue