mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 19:01:00 -05:00
Format
This commit is contained in:
committed by
Evan Husted
parent
e758e531c5
commit
36fe41bffd
@@ -56,7 +56,8 @@ namespace Ryujinx.Graphics.Metal
|
||||
info.Format == Format.R5G6B5Unorm)
|
||||
{
|
||||
(swizzleB, swizzleR) = (swizzleR, swizzleB);
|
||||
} else if (descriptor.PixelFormat == MTLPixelFormat.ABGR4Unorm || info.Format == Format.A1B5G5R5Unorm)
|
||||
}
|
||||
else if (descriptor.PixelFormat == MTLPixelFormat.ABGR4Unorm || info.Format == Format.A1B5G5R5Unorm)
|
||||
{
|
||||
var tempB = swizzleB;
|
||||
var tempA = swizzleA;
|
||||
|
||||
Reference in New Issue
Block a user