Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-12-08 11:49:07 +00:00
parent d2cd2a0152
commit 732da949b7
4 changed files with 14 additions and 2 deletions

View file

@ -2543,6 +2543,11 @@ return {
name = "SHADER_LOC_BONE_MATRICES",
value = 28,
description = "Shader location: array of matrices uniform: boneMatrices"
},
{
name = "SHADER_LOC_VERTEX_INSTANCE_TX",
value = 29,
description = "Shader location: vertex attribute: instanceTransform"
}
}
},