Skip to content

Commit

Permalink
Merge pull request #59159 from RandomShaper/fix_blend_shapes_3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Mar 15, 2022
2 parents c3d7c4d + d780a0c commit 69e9e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gles3/shaders/blend_shape.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARRAY_INDEX=8,
layout(location = 0) in highp VFORMAT vertex_attrib;
/* clang-format on */
#ifdef ENABLE_OCTAHEDRAL_COMPRESSION
layout(location = 2) in vec4 normal_tangent_attrib;
layout(location = 1) in vec4 normal_tangent_attrib;
#else
layout(location = 1) in vec3 normal_attrib;
#endif
Expand Down

0 comments on commit 69e9e8f

Please sign in to comment.