[NUI] Change clipping mode of ScrollableBase (#2354)
authorbshsqa <32317749+bshsqa@users.noreply.github.com>
Wed, 9 Dec 2020 05:22:46 +0000 (14:22 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Dec 2020 06:33:59 +0000 (15:33 +0900)
commitb86c81765f6ea3ca2ac540faa6de6a68bbff8d25
tree6b56227caba992389602db4eec4f1361a0c6be0c
parentef754ff49d40cc508e11105a1334c60d2a0899ed
[NUI] Change clipping mode of ScrollableBase (#2354)

- ClipChildren clipping mode uses stencil buffer.
 - But, scrollableBase is always pretended as rectangular shape so we can change it to ClipToBoundingBox that uses scissor.
 - Usually, Scissor is better than stencil buffer for the performance.

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
src/Tizen.NUI.Components/Controls/ScrollableBase.cs