draw-line-strip ( points pointCount color -- )


Vocabulary
raylib

Inputs
pointsa pointer to a Vector2
pointCountan int
colora Color


Outputs
None

Word description
Draw lines sequence

Definition


LIBRARY: raylib FUNCTION-ALIAS: draw-line-strip void
DrawLineStrip
( Vector2* points, int pointCount, Color color )