[NUI] Add GLView
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 20 Oct 2021 04:26:09 +0000 (13:26 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Dec 2021 02:49:40 +0000 (11:49 +0900)
commit356735635293d7629ef8cc9aa9a247b84e336cce
tree1376257349979a3870b4dbfdd442b7d28b210c6a
parent43432013e3ed6fc337d1f384a7202eedb60aa6e0
[NUI] Add GLView

GLView allows drawing with OpenGL.
It creates a context, a surface and a render thread.
The render thread invokes user's callbacks.
src/Tizen.NUI/src/internal/Interop/Interop.GLView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/BaseComponents/GLView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Common/NUIConstants.cs