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


Vocabulary
raylib

Inputs
pointsa pointer to a Vector2
pointCountan int
colora Color


Outputs
None

Word description
Draw a triangle strip defined by points

Definition


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