mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 00:00:54 -05:00
Formatting
This commit is contained in:
committed by
Evan Husted
parent
6188872a7c
commit
353a6ca4bb
@@ -37,7 +37,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
{
|
||||
descriptor.ArrayLength = (ulong)Info.Depth;
|
||||
}
|
||||
|
||||
|
||||
MTLTextureSwizzleChannels swizzle = GetSwizzle(info, descriptor.PixelFormat);
|
||||
|
||||
_identitySwizzleHandle = _device.NewTexture(descriptor);
|
||||
@@ -251,7 +251,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
var dst = (Texture)destination;
|
||||
bool isDepthOrStencil = dst.Info.Format.IsDepthOrStencil();
|
||||
|
||||
if (dst.Info.IsCompressed) {
|
||||
if (dst.Info.IsCompressed)
|
||||
{
|
||||
Console.WriteLine("shit");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user