1 2 3 4 5 6 7 8 9 10
namespace Ryujinx.Graphics.Gpu.Memory { struct VertexBuffer { public ulong Address; public ulong Size; public int Stride; public int Divisor; } }