DrawLineStrip function
Implementation
void DrawLineStrip(Pointer<Vector2C> points, int pointCount, ColorC color) => _module.DrawLineStrip(points, pointCount, color);
void DrawLineStrip(Pointer<Vector2C> points, int pointCount, ColorC color) => _module.DrawLineStrip(points, pointCount, color);