[NUI] Add DirectRenderingGLView
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Wed, 17 Aug 2022 05:39:51 +0000 (14:39 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Mon, 24 Apr 2023 09:28:22 +0000 (18:28 +0900)
commitcb0b37ea939bcd9d64f9b214ed8dcff3e02c9939
tree2bf8389243e6b7dc373f09dced457cea62c183d9
parent944665efac73d709dc453896b8c1f227ee154cb1
[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]