Update raylib_api.* by CI
This commit is contained in:
parent
be360d2ad1
commit
6028052c7e
4 changed files with 5 additions and 5 deletions
|
@ -11087,7 +11087,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "UpdateModelAnimationBoneMatrices",
|
"name": "UpdateModelAnimationBones",
|
||||||
"description": "Update model animation mesh bone matrices (GPU skinning)",
|
"description": "Update model animation mesh bone matrices (GPU skinning)",
|
||||||
"returnType": "void",
|
"returnType": "void",
|
||||||
"params": [
|
"params": [
|
||||||
|
|
|
@ -7607,7 +7607,7 @@ return {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "UpdateModelAnimationBoneMatrices",
|
name = "UpdateModelAnimationBones",
|
||||||
description = "Update model animation mesh bone matrices (GPU skinning)",
|
description = "Update model animation mesh bone matrices (GPU skinning)",
|
||||||
returnType = "void",
|
returnType = "void",
|
||||||
params = {
|
params = {
|
||||||
|
|
|
@ -4221,8 +4221,8 @@ Function 502: UpdateModelAnimation() (3 input parameters)
|
||||||
Param[1]: model (type: Model)
|
Param[1]: model (type: Model)
|
||||||
Param[2]: anim (type: ModelAnimation)
|
Param[2]: anim (type: ModelAnimation)
|
||||||
Param[3]: frame (type: int)
|
Param[3]: frame (type: int)
|
||||||
Function 503: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
Function 503: UpdateModelAnimationBones() (3 input parameters)
|
||||||
Name: UpdateModelAnimationBoneMatrices
|
Name: UpdateModelAnimationBones
|
||||||
Return type: void
|
Return type: void
|
||||||
Description: Update model animation mesh bone matrices (GPU skinning)
|
Description: Update model animation mesh bone matrices (GPU skinning)
|
||||||
Param[1]: model (type: Model)
|
Param[1]: model (type: Model)
|
||||||
|
|
|
@ -2826,7 +2826,7 @@
|
||||||
<Param type="ModelAnimation" name="anim" desc="" />
|
<Param type="ModelAnimation" name="anim" desc="" />
|
||||||
<Param type="int" name="frame" desc="" />
|
<Param type="int" name="frame" desc="" />
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="UpdateModelAnimationBoneMatrices" retType="void" paramCount="3" desc="Update model animation mesh bone matrices (GPU skinning)">
|
<Function name="UpdateModelAnimationBones" retType="void" paramCount="3" desc="Update model animation mesh bone matrices (GPU skinning)">
|
||||||
<Param type="Model" name="model" desc="" />
|
<Param type="Model" name="model" desc="" />
|
||||||
<Param type="ModelAnimation" name="anim" desc="" />
|
<Param type="ModelAnimation" name="anim" desc="" />
|
||||||
<Param type="int" name="frame" desc="" />
|
<Param type="int" name="frame" desc="" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue