Upstream changes

This commit is contained in:
Isaac Marovitz 2024-08-12 23:22:15 +01:00 committed by Isaac Marovitz
parent 8a579b64be
commit f06c869df1
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;