Allow actor without loaded textures to continue rendering. 64/254364/1 graphics-backend-pre-release-2
authorDavid Steele <david.steele@samsung.com>
Mon, 1 Mar 2021 15:49:53 +0000 (15:49 +0000)
committerDavid Steele <david.steele@samsung.com>
Mon, 1 Mar 2021 15:50:00 +0000 (15:50 +0000)
commit54718f4d7f85b259de5b8cef6e299e4424718858
tree242d4566db66343f6150e654df5e595e1df4b43b
parent2a7e28e298231fbb2f3544c35c11af049cd07c86
Allow actor without loaded textures to continue rendering.

If an actor has a texture that hasn't yet had data set on
it, allow the actor to continue rendering.

(Previously, only stopped rendering if the glBind failed,
e.g. for NativeImage, but that is not done in Renderer any more).

Change-Id: I0d9084ab1eb0fcf396679774ae2982df48f9ae10
dali/internal/render/renderers/render-renderer.cpp