using System.Runtime.InteropServices; namespace MoonWorksTest { [StructLayout(LayoutKind.Sequential)] struct Vertex { public float x, y, z; public float u, v; } }