[NUI] Add GLWindow Rendering mode
authorWonsik Jung <sidein@samsung.com>
Wed, 28 Apr 2021 10:34:41 +0000 (19:34 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 May 2021 07:37:43 +0000 (16:37 +0900)
commit60f74cdc88cdb5267c1c2ecc848c5d2e80c9cd0e
tree63d2c62d5bb8a9faf766e11509e7a18fb15ccf96
parent3c631ef9623fbfe633d7b3ecf45735f1cc7f0530
[NUI] Add GLWindow Rendering mode

Add GLWindow rendering mode.
It has two mode as continuous and on demand.
If the mode is continuous, the rendering user callback is called continuously.
If the mode is on demand, the rendering user callback is called by call renderOnce().
src/Tizen.NUI/src/internal/Interop/Interop.GLWindow.cs
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Window/GLWindow.cs