Updated target to Raylib 6 + synced invoke called with the changes in C. [WARNING: Breaking changes!]
This commit is contained in:
parent
1b890169c5
commit
2a86968da0
11 changed files with 293 additions and 139 deletions
|
|
@ -35,7 +35,8 @@ public enum ShaderLocationIndex
|
|||
MapBrdf,
|
||||
VertexBoneIds,
|
||||
VertexBoneWeights,
|
||||
BoneMatrices,
|
||||
BoneTransforms,
|
||||
BoneInstanceTransform,
|
||||
|
||||
MapDiffuse = MapAlbedo,
|
||||
MapSpecular = MapMetalness,
|
||||
|
|
|
|||
Loading…
Reference in a new issue