[Tizen] Allow to get Shader::Hint by integer 64/305664/1
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 21 Oct 2023 14:01:29 +0000 (23:01 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 6 Feb 2024 05:37:24 +0000 (14:37 +0900)
commitc42aab2da67907d65b1f5ec30ef7986f99571f1f
tree73dd214bc9c386a08f1806a95556682ec1e19511
parent0ee044e45cb7a65cbb133cbc2a9d94c1e25a4eed
[Tizen] Allow to get Shader::Hint by integer

Previously Shader::Hint value could be assigned only by string.
Let we allow to assing hint value Shader::Hint::Value (as int32_t)
if user know the enum correctly.

Change-Id: Ifc6dbb8ea76180b8e454dace28ae3ed4de447037
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali/utc-Dali-Shader.cpp
dali/internal/event/rendering/shader-impl.cpp