Upstream changes

This commit is contained in:
Isaac Marovitz
2024-08-12 23:22:15 +01:00
committed by Evan Husted
parent 3258a4bad1
commit 967887d050
3 changed files with 7 additions and 7 deletions

View File

@@ -460,7 +460,7 @@ namespace Ryujinx.Graphics.Metal
int width = Info.Width;
int height = Info.Height;
int depth = Info.Depth;
int levels = Info.GetLevelsClamped();
int levels = Info.Levels;
int layers = Info.GetLayers();
bool is3D = Info.Target == Target.Texture3D;