Fix texture coordinate error when visualSize < 1.0 95/279795/5
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 18 Aug 2022 04:46:02 +0000 (13:46 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 22 Aug 2022 06:32:54 +0000 (15:32 +0900)
commitbf4fa0a456a98fe87d9c5d87cd187c611c21d803
treea10b8da28133d4d7da0e5e4735d4136be71ba6a5
parentd9217276a84bb09d867dcd8860b25e8517c3ebe6
Fix texture coordinate error when visualSize < 1.0

For 3D case, the size of visual can be smaller than 1.0.

To avoid numeric error, we remove division by visualSize
instead of borderline case.

Change-Id: I8d689140c969d273df8fb21bd416f0a284f6ad9d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/graphics/shaders/image-visual-shader.vert