#pragma once // 用于定义顶点的结构,三维坐标 struct StructVertex { struct { float x; float y; float z; } pos; };