Skip to content

Commit

Permalink
Increase precision of skeleton transforms in the skeleton shader in t…
Browse files Browse the repository at this point in the history
…he Compatibility renderer
  • Loading branch information
clayjohn committed Aug 12, 2024
1 parent 39fc116 commit 1bf594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gles3/shaders/skeleton.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ layout(location = 10) in highp uvec4 in_bone_attrib;
layout(location = 11) in mediump vec4 in_weight_attrib;
#endif

uniform mediump sampler2D skeleton_texture; // texunit:0
uniform highp sampler2D skeleton_texture; // texunit:0
#endif

/* clang-format on */
Expand Down

0 comments on commit 1bf594f

Please sign in to comment.