7 lines
121 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv.NvGpuAS
{
struct NvGpuASUnmapBuffer
{
public long Offset;
}
}