Draw lines sequence (using gl lines)
void DrawLineStrip(Pointer<Vector2C> points, int pointCount, ColorC color) => _DrawLineStrip(points, pointCount, color);