mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 09:07:25 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -8431,7 +8431,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ImageDrawTriangleEx",
|
"name": "ImageDrawTriangleGradient",
|
||||||
"description": "Draw triangle with interpolated colors within an image",
|
"description": "Draw triangle with interpolated colors within an image",
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
|
|||||||
@ -6226,7 +6226,7 @@ return {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "ImageDrawTriangleEx",
|
name = "ImageDrawTriangleGradient",
|
||||||
description = "Draw triangle with interpolated colors within an image",
|
description = "Draw triangle with interpolated colors within an image",
|
||||||
returnType = "void",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
|
|||||||
@ -3239,8 +3239,8 @@ Function 360: ImageDrawTriangle() (5 input parameters)
|
|||||||
Param[3]: v2 (type: Vector2)
|
Param[3]: v2 (type: Vector2)
|
||||||
Param[4]: v3 (type: Vector2)
|
Param[4]: v3 (type: Vector2)
|
||||||
Param[5]: color (type: Color)
|
Param[5]: color (type: Color)
|
||||||
Function 361: ImageDrawTriangleEx() (7 input parameters)
|
Function 361: ImageDrawTriangleGradient() (7 input parameters)
|
||||||
Name: ImageDrawTriangleEx
|
Name: ImageDrawTriangleGradient
|
||||||
Return type: void
|
Return type: void
|
||||||
Description: Draw triangle with interpolated colors within an image
|
Description: Draw triangle with interpolated colors within an image
|
||||||
Param[1]: dst (type: Image *)
|
Param[1]: dst (type: Image *)
|
||||||
|
|||||||
@ -2125,7 +2125,7 @@
|
|||||||
<Param type="Vector2" name="v3" desc="" />
|
<Param type="Vector2" name="v3" desc="" />
|
||||||
<Param type="Color" name="color" desc="" />
|
<Param type="Color" name="color" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="ImageDrawTriangleEx" retType="void" paramCount="7" desc="Draw triangle with interpolated colors within an image">
|
<Function name="ImageDrawTriangleGradient" retType="void" paramCount="7" desc="Draw triangle with interpolated colors within an image">
|
||||||
<Param type="Image *" name="dst" desc="" />
|
<Param type="Image *" name="dst" desc="" />
|
||||||
<Param type="Vector2" name="v1" desc="" />
|
<Param type="Vector2" name="v1" desc="" />
|
||||||
<Param type="Vector2" name="v2" desc="" />
|
<Param type="Vector2" name="v2" desc="" />
|
||||||
|
|||||||
Reference in New Issue
Block a user