[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>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
commit9668f339b594f69baa76d668e90683207f297b1d
tree099f186db0297ade79a9c99d744b7e17c7afe727
parentc965aea82b6e72b2b0ad7f81f8eda43552d221e1
[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