rlparser: update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2026-04-27 09:48:08 +00:00
parent 98efce4b0d
commit 79d5353cfd
4 changed files with 355 additions and 293 deletions

View File

@ -6838,7 +6838,7 @@
]
},
{
"name": "GetSplinePointBezierQuad",
"name": "GetSplinePointBezierQuadratic",
"description": "Get (evaluate) spline point: Quadratic Bezier",
"returnType": "Vector2",
"params": [
@ -7944,7 +7944,7 @@
"name": "image"
},
{
"type": "float",
"type": "int",
"name": "contrast"
}
]
@ -8384,6 +8384,37 @@
"name": "ImageDrawRectangleLines",
"description": "Draw rectangle lines within an image",
"returnType": "void",
"params": [
{
"type": "Image *",
"name": "dst"
},
{
"type": "int",
"name": "posX"
},
{
"type": "int",
"name": "posY"
},
{
"type": "int",
"name": "width"
},
{
"type": "int",
"name": "height"
},
{
"type": "Color",
"name": "color"
}
]
},
{
"name": "ImageDrawRectangleLinesEx",
"description": "Draw rectangle lines within an image with extended parameters",
"returnType": "void",
"params": [
{
"type": "Image *",
@ -11809,25 +11840,6 @@
}
]
},
{
"name": "UpdateSound",
"description": "Update sound buffer with new data (default data format: 32 bit float, stereo)",
"returnType": "void",
"params": [
{
"type": "Sound",
"name": "sound"
},
{
"type": "const void *",
"name": "data"
},
{
"type": "int",
"name": "sampleCount"
}
]
},
{
"name": "LoadSoundAlias",
"description": "Load sound alias, new sound that shares the same sample data as the source sound, does not own the sound data",
@ -11850,6 +11862,25 @@
}
]
},
{
"name": "UpdateSound",
"description": "Update sound buffer with new data (default data format: 32 bit float, stereo)",
"returnType": "void",
"params": [
{
"type": "Sound",
"name": "sound"
},
{
"type": "const void *",
"name": "data"
},
{
"type": "int",
"name": "frameCount"
}
]
},
{
"name": "UnloadWave",
"description": "Unload wave data",