mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-09 14:55:45 +00:00
misc: chore: Use explicit types in Metal project
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
|
||||
public void Swap(ColorBlendStateUid uid)
|
||||
{
|
||||
var format = PixelFormat;
|
||||
MTLPixelFormat format = PixelFormat;
|
||||
|
||||
this = uid;
|
||||
PixelFormat = format;
|
||||
|
||||
Reference in New Issue
Block a user