namespace Ryujinx.Graphics.Gpu.State { struct Size3D { public int Width; public int Height; public int Depth; } }