Update raylib_api.* by CI
This commit is contained in:
parent
be360d2ad1
commit
6028052c7e
@ -11087,7 +11087,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "UpdateModelAnimationBoneMatrices",
|
||||
"name": "UpdateModelAnimationBones",
|
||||
"description": "Update model animation mesh bone matrices (GPU skinning)",
|
||||
"returnType": "void",
|
||||
"params": [
|
||||
|
@ -7607,7 +7607,7 @@ return {
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "UpdateModelAnimationBoneMatrices",
|
||||
name = "UpdateModelAnimationBones",
|
||||
description = "Update model animation mesh bone matrices (GPU skinning)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
|
@ -4221,8 +4221,8 @@ Function 502: UpdateModelAnimation() (3 input parameters)
|
||||
Param[1]: model (type: Model)
|
||||
Param[2]: anim (type: ModelAnimation)
|
||||
Param[3]: frame (type: int)
|
||||
Function 503: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
||||
Name: UpdateModelAnimationBoneMatrices
|
||||
Function 503: UpdateModelAnimationBones() (3 input parameters)
|
||||
Name: UpdateModelAnimationBones
|
||||
Return type: void
|
||||
Description: Update model animation mesh bone matrices (GPU skinning)
|
||||
Param[1]: model (type: Model)
|
||||
|
@ -2826,7 +2826,7 @@
|
||||
<Param type="ModelAnimation" name="anim" desc="" />
|
||||
<Param type="int" name="frame" desc="" />
|
||||
</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="ModelAnimation" name="anim" desc="" />
|
||||
<Param type="int" name="frame" desc="" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user