WIP V2: Experimental: Metal backend #441

Merged
GreemDev merged 369 commits from new-metal into master 2024-12-24 06:55:16 +00:00
Showing only changes of commit 0ebc8bd1b8 - Show all commits

View File

@ -46,7 +46,7 @@ namespace Ryujinx.Graphics.Metal
levels.length = (ulong)Info.Levels;
NSRange slices;
slices.location = (ulong)firstLayer;
slices.length = (ulong)Info.Depth;
slices.length = (ulong)info.GetDepthOrLayers();
var swizzle = GetSwizzle(info, pixelFormat);