mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 02:02:25 -07:00
Whitespace formatting
This commit is contained in:
committed by
Isaac Marovitz
parent
2833642858
commit
0e095c778a
@@ -66,7 +66,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
SetBuffers(renderCommandEncoder, _currentState.StorageBuffers, true);
|
||||
SetCullMode(renderCommandEncoder);
|
||||
SetFrontFace(renderCommandEncoder);
|
||||
} else
|
||||
}
|
||||
else
|
||||
{
|
||||
Logger.Error?.Print(LogClass.Gpu, "No state to restore");
|
||||
}
|
||||
@@ -302,7 +303,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
if (depthStencil is Texture depthTexture)
|
||||
{
|
||||
_currentState.DepthStencil = depthTexture;
|
||||
} else if (depthStencil == null)
|
||||
}
|
||||
else if (depthStencil == null)
|
||||
{
|
||||
_currentState.DepthStencil = null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user