Multisample Blits
Partially fixes Sonic Colors Ultimate
This commit is contained in:
parent
b434cae2c2
commit
aa6e87e8a6
6 changed files with 81 additions and 25 deletions
|
@ -249,14 +249,8 @@ namespace Ryujinx.Graphics.Metal
|
|||
}
|
||||
|
||||
var dst = (Texture)destination;
|
||||
bool isDepthOrStencil = dst.Info.Format.IsDepthOrStencil();
|
||||
|
||||
if (dst.Info.IsCompressed)
|
||||
{
|
||||
Console.WriteLine("shit");
|
||||
}
|
||||
|
||||
Pipeline.Blit(this, destination, srcRegion, dstRegion, isDepthOrStencil, linearFilter);
|
||||
Pipeline.Blit(this, dst, srcRegion, dstRegion, linearFilter);
|
||||
}
|
||||
|
||||
public void CopyTo(BufferRange range, int layer, int level, int stride)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue