namespace Ryujinx.Graphics.Gpu.Memory
{
    struct BufferBounds
    {
        public ulong Address;
        public ulong Size;
    }
}