Merge pull request #95452 from clayjohn/GLES3-skeleton

Increase precision of skeleton transforms in the skeleton shader in the Compatibility renderer
This commit is contained in:
Rémi Verschelde 2024-08-16 10:36:16 +02:00
commit a298512bc4
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -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 */