aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Memory/BufferBounds.cs
blob: 2a074bd3dd57f11ce78f9c4f019ba061fad244eb (plain)
1
2
3
4
5
6
7
8
namespace Ryujinx.Graphics.Gpu.Memory
{
    struct BufferBounds
    {
        public ulong Address;
        public ulong Size;
    }
}