mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 17:17:25 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user