namespace Ryujinx.Graphics.Gpu.Memory { /// /// Memory range used for buffers. /// struct BufferBounds { public ulong Address; public ulong Size; } }