[Tizen] Fix node texture draw issue 13/300113/2
authorhuiyu.eun <huiyu.eun@samsung.com>
Thu, 12 Oct 2023 05:22:49 +0000 (14:22 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Tue, 17 Oct 2023 03:15:41 +0000 (12:15 +0900)
commit8162df5f86598c59e4af278176d66c5dd94c7ab0
tree14e49b101226cfd2e2d9a350ac98242eff220888
parentf1c10e4d1cf5af8418064261bfe85e44359c225e
[Tizen] Fix node texture draw issue

MapView drawing issue
In the case of a node without texture set, it is not drawn.

If we do not call 'TrimContainers', it works normally.

Fix UTC :
 If an empty texture is set, the number of textures does not change

Please refer this patch :
 Change the TextureSet Count when we set empty texture or sampler

Change-Id: If0d9c3abdd8d34d5a90e5dd40c63fe228232e2ac
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
automated-tests/src/dali/utc-Dali-TextureSet.cpp
dali/internal/event/rendering/texture-set-impl.cpp