Ryujinx/Ryujinx.Graphics.Gpu/Memory/BufferBounds.cs

8 lines
134 B
C#
Raw Normal View History

2019-10-13 08:02:07 +02:00
namespace Ryujinx.Graphics.Gpu.Memory
{
struct BufferBounds
{
public ulong Address;
public ulong Size;
}
}