mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
[MODELS] Disable GPU skinning for MacOS platform (#4348)
* Update raylib_api.* by CI * Disable GPU skinning on MacOS Add GPU skinning example to MSVC Projects. * Update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -4230,7 +4230,7 @@ Function 503: IsModelAnimationValid() (2 input parameters)
|
||||
Function 504: UpdateModelAnimationBoneMatrices() (3 input parameters)
|
||||
Name: UpdateModelAnimationBoneMatrices
|
||||
Return type: void
|
||||
Description: Update model animation mesh bone matrices
|
||||
Description: Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)
|
||||
Param[1]: model (type: Model)
|
||||
Param[2]: anim (type: ModelAnimation)
|
||||
Param[3]: frame (type: int)
|
||||
|
||||
Reference in New Issue
Block a user