mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-02-22 14:36:52 -05:00
Multisample Blits
Partially fixes Sonic Colors Ultimate
This commit is contained in:
committed by
Evan Husted
parent
f5b82cd6dc
commit
4373610790
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user