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