mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-10 01:09:10 -04:00
[raylib.h] renamed SHADER_LOC_VERTEX_INSTANCETRANSFORMS (#5592)
* renamed SHADER_LOC_VERTEX_INSTANCETRANSFORMS to SHADER_LOC_VERTEX_INSTANCETRANSFORM * rlparser: update raylib_api.* by CI --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -2556,7 +2556,7 @@
|
||||
"description": "Shader location: matrix attribute: bone transforms (animation)"
|
||||
},
|
||||
{
|
||||
"name": "SHADER_LOC_VERTEX_INSTANCETRANSFORMS",
|
||||
"name": "SHADER_LOC_VERTEX_INSTANCETRANSFORM",
|
||||
"value": 29,
|
||||
"description": "Shader location: vertex attribute: instance transforms"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user