mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 19:38:15 +00: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:
@@ -7621,7 +7621,7 @@ return {
|
||||
},
|
||||
{
|
||||
name = "UpdateModelAnimationBoneMatrices",
|
||||
description = "Update model animation mesh bone matrices",
|
||||
description = "Update model animation mesh bone matrices (Note GPU skinning does not work on Mac)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "Model", name = "model"},
|
||||
|
Reference in New Issue
Block a user