Upstream changes
This commit is contained in:
parent
8a579b64be
commit
f06c869df1
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue