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:
@ -7817,6 +7817,33 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ImageDrawLineEx",
|
||||
"description": "Draw a line defining thickness within an image",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
{
|
||||
"type": "Image *",
|
||||
"name": "dst"
|
||||
},
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "start"
|
||||
},
|
||||
{
|
||||
"type": "Vector2",
|
||||
"name": "end"
|
||||
},
|
||||
{
|
||||
"type": "int",
|
||||
"name": "thick"
|
||||
},
|
||||
{
|
||||
"type": "Color",
|
||||
"name": "color"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ImageDrawCircle",
|
||||
"description": "Draw a filled circle within an image",
|
||||
|
||||
Reference in New Issue
Block a user