change to highp from mediump for uMvpMatrix 01/196501/2
authorJoogab Yun <joogab.yun@samsung.com>
Wed, 2 Jan 2019 01:19:13 +0000 (10:19 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jan 2019 00:22:39 +0000 (09:22 +0900)
When we enter text, the text coordinates look shaky.

Change-Id: Ib1dccf73c629d6efdde89becc62eae5493416ee1

dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 2fa2c8b..e06b958
@@ -49,7 +49,7 @@ attribute mediump vec2    aPosition;
 attribute mediump vec2    aTexCoord;
 attribute mediump vec4    aColor;
 uniform   mediump vec2    uOffset;
-uniform   mediump mat4    uMvpMatrix;
+uniform     highp mat4    uMvpMatrix;
 varying   mediump vec2    vTexCoord;
 varying   mediump vec4    vColor;