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