namespace Ryujinx.Graphics.Gpu.State { /// /// 3D, 2D or 1D texture size. /// struct Size3D { public int Width; public int Height; public int Depth; } }