DrawTriangleFan function
See RaylibCoreFlatModule.DrawTriangleFan.
Implementation
void DrawTriangleFan(
StructPointer<Vector2D> points,
int pointCount,
ColorD color,
) => _module.DrawTriangleFan(points, pointCount, color);
See RaylibCoreFlatModule.DrawTriangleFan.
void DrawTriangleFan(
StructPointer<Vector2D> points,
int pointCount,
ColorD color,
) => _module.DrawTriangleFan(points, pointCount, color);