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