Added element_count for sampler uniform arrays. 39/291639/2
authorDavid Steele <david.steele@samsung.com>
Wed, 19 Apr 2023 16:22:19 +0000 (17:22 +0100)
committerDavid Steele <david.steele@samsung.com>
Wed, 19 Apr 2023 16:33:38 +0000 (16:33 +0000)
commit0a3b16c39206e0fb8afc214706d1b6c6360be180
treedd54dc140541b3569c2bbfa09fe04c9d54cbab57
parentb29329344a02650cc6dce18afc6d4f479ffdfb7f
Added element_count for sampler uniform arrays.

Graphics interface didn't differentiate between non-array uniforms
and uniform array elements. Added element_count to show that.

(Used mainly in graphics backend implementation).

Change-Id: I7f3d9eead85dc029e93337c88bb38de1ce3e2fa5
dali/graphics-api/graphics-reflection.h
dali/graphics-api/graphics-types.h
dali/internal/render/shaders/program.cpp