using System; namespace Valve.VR { public struct HiddenAreaMesh_t { public IntPtr pVertexData; public uint unTriangleCount; } }