using System; namespace Ryujinx.Graphics.Metal { public struct BufferInfo { public IntPtr Handle; public int Offset; } }