1 2 3 4 5 6 7 8 9
#include "PolyLine.h" #include "Color.h" #include "../Math/Math.h" struct PolyLineVBOLayout { Vector3f position; Color32 color; };