Fix npatch visual auxiliary bug 50/277350/5
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 5 Jul 2022 09:46:35 +0000 (18:46 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 6 Jul 2022 10:34:40 +0000 (19:34 +0900)
Bug 1 : If auxiliary image and npatch image has alpha,
The final scene doesn't have alpha color.
It cause mask npatch shader don't consider alpha value.

Bug 2 : LoadPixelBuffer reload policy is FORCE in default.
And we load auxiliary image as LoadPixelBuffer.
So, sometimes auxiliary load canceled due to the force reload.
+ auxiliary didnt cached.
We make Auxiliary load as TextureManager so the lifecycle
works well.

Change-Id: I4ed0c7f8a539c0d84a9aed2f13829f5b24cde068
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found