[NUI] Change clipping mode of ScrollableBase (#2358)
authorbshsqa <32317749+bshsqa@users.noreply.github.com>
Wed, 9 Dec 2020 06:39:08 +0000 (15:39 +0900)
committerGitHub <noreply@github.com>
Wed, 9 Dec 2020 06:39:08 +0000 (15:39 +0900)
commit2ce6bc7fa75b1badbea79246e7de9d795297c027
tree2bb864b7db676d736672d3d5c6d9e9148c0f5560
parent76c07994d89ab93426c03f78fc2f73dbe0ae9226
[NUI] Change clipping mode of ScrollableBase (#2358)

- 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