[NUI] Add DirectRenderingGLView
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 17 Aug 2022 05:39:51 +0000 (14:39 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 29 Nov 2022 09:02:38 +0000 (18:02 +0900)
commit8a64c8bb01977842a3cda44fa61eeee5f19bf638
tree0292272c1adf240ca057aceec33eb69b6160cfb7
parent45c3a5e602a523be056d4e721301cfced31f0f5c
[NUI] Add DirectRenderingGLView

DirectRenderingGLView allows you to render to a Window directly using OpenGL, and
direct rendering is for In-house apps. So this new class is added to distinguish it from GLView.
src/Tizen.NUI/src/internal/Interop/Interop.GLView.cs
src/Tizen.NUI/src/public/BaseComponents/DirectRenderingGLView.cs [new file with mode: 0644]