소스 검색

Increase precision of skeleton transforms in the skeleton shader in the Compatibility renderer

clayjohn 1 년 전
부모
커밋
1bf594fb5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/gles3/shaders/skeleton.glsl

+ 1 - 1
drivers/gles3/shaders/skeleton.glsl

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