mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -3185,7 +3185,7 @@ Function 352: ImageDrawTriangleFan() (4 input parameters)
|
||||
Return type: void
|
||||
Description: Draw a triangle fan defined by points within an image (first vertex is the center)
|
||||
Param[1]: dst (type: Image *)
|
||||
Param[2]: points (type: Vector2 *)
|
||||
Param[2]: points (type: const Vector2 *)
|
||||
Param[3]: pointCount (type: int)
|
||||
Param[4]: color (type: Color)
|
||||
Function 353: ImageDrawTriangleStrip() (4 input parameters)
|
||||
@ -3193,7 +3193,7 @@ Function 353: ImageDrawTriangleStrip() (4 input parameters)
|
||||
Return type: void
|
||||
Description: Draw a triangle strip defined by points within an image
|
||||
Param[1]: dst (type: Image *)
|
||||
Param[2]: points (type: Vector2 *)
|
||||
Param[2]: points (type: const Vector2 *)
|
||||
Param[3]: pointCount (type: int)
|
||||
Param[4]: color (type: Color)
|
||||
Function 354: ImageDraw() (5 input parameters)
|
||||
|
||||
Reference in New Issue
Block a user