[NUI] Add GLWindow (#1945)
authordkdk-ryu <38246983+dkdk-ryu@users.noreply.github.com>
Thu, 3 Sep 2020 06:19:14 +0000 (15:19 +0900)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 06:19:14 +0000 (15:19 +0900)
commit31a08c4e214d7bd51511238e4b162baf6e4bd8e2
tree7da773e408d2d64a6e5166ceef5197449880e794
parent2bb383db5fc16825c4c730795068f5de9ae85544
[NUI] Add GLWindow (#1945)

GLWindow allows you to render scenes with OpenGL ES.
src/Tizen.NUI/src/internal/GLWindowResizedSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.GLWindow.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Interop/Interop.GLWindowFocusChangeSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Interop/Interop.GLWindowResizedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Interop/interop.GLWindowVisibilityChangedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/GLWindow.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/GLWindowEvent.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/GLWindowVisibilityChangedEvent.cs [new file with mode: 0644]