1 2 3 4 5 6 7 8 9
namespace Ryujinx.Graphics.Gpu.State { struct Size3D { public int Width; public int Height; public int Depth; } }