mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 23:40:53 -05:00
Upstream changes
This commit is contained in:
committed by
Evan Husted
parent
3258a4bad1
commit
967887d050
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user