WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit e7fab91c69 - 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);