Skip to content

Commit c5fc771

Browse files
removed the first RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEMATRICES (#5727)
1 parent d3c6f42 commit c5fc771

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/rlgl.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,9 +1015,7 @@ RLAPI void rlLoadDrawQuad(void); // Load and draw a quad
10151015
#ifndef RL_DEFAULT_SHADER_ATTRIB_NAME_BONEWEIGHTS
10161016
#define RL_DEFAULT_SHADER_ATTRIB_NAME_BONEWEIGHTS "vertexBoneWeights" // Bound by default to shader location: RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEWEIGHTS
10171017
#endif
1018-
#ifndef RL_DEFAULT_SHADER_UNIFORM_NAME_BONEMATRICES
1019-
#define RL_DEFAULT_SHADER_UNIFORM_NAME_BONEMATRICES "boneMatrices" // Bound by default to shader location: RL_DEFAULT_SHADER_ATTRIB_LOCATION_BONEMATRICES
1020-
#endif
1018+
10211019
#ifndef RL_DEFAULT_SHADER_ATTRIB_NAME_INSTANCETRANSFORM
10221020
#define RL_DEFAULT_SHADER_ATTRIB_NAME_INSTANCETRANSFORM "instanceTransform" // Bound by default to shader location: RL_DEFAULT_SHADER_ATTRIB_LOCATION_INSTANCETRANSFORM
10231021
#endif

0 commit comments

Comments
 (0)