Draw a line (using triangles/quads)
void DrawLineEx(Vector2C startPos, Vector2C endPos, double thick, ColorC color) => _DrawLineEx(startPos, endPos, thick, color);