[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:
Thomas Anderson
2026-02-25 17:35:15 -06:00
committed by GitHub
parent ecaa1d3d18
commit 006216bfcb
5 changed files with 5 additions and 5 deletions

View File

@@ -2556,7 +2556,7 @@ return {
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"
}