Add Tizen support to OpenTK
authorWonyoung Choi <wy80.choi@samsung.com>
Mon, 6 Aug 2018 23:42:19 +0000 (08:42 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Mon, 13 Aug 2018 09:18:17 +0000 (18:18 +0900)
commitf469c0a42dc7b1548aac4e24703760f94dc5b8f9
treeea7276b1c7b3287c7269f5f00e1c4799d81b86ed
parentb2084c69394c95c86e93783ad63435525d1831a1
Add Tizen support to OpenTK
14 files changed:
src/Generator.Rewrite/Program.cs
src/OpenTK/Graphics/ES11/Helper.cs
src/OpenTK/Graphics/ES20/Helper.cs
src/OpenTK/Graphics/ES30/Helper.cs
src/OpenTK/Minimal.cs
src/OpenTK/OpenTK.Tizen.csproj [new file with mode: 0644]
src/OpenTK/OpenTK.Tizen.nuspec [new file with mode: 0644]
src/OpenTK/Platform/Factory.cs
src/OpenTK/Platform/SDL2/Sdl2.cs
src/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs
src/OpenTK/Platform/Tizen/Sdl2Extension.cs [new file with mode: 0644]
src/OpenTK/Platform/Tizen/TizenGameApplication.cs [new file with mode: 0644]
src/OpenTK/Platform/Tizen/TizenGameCoreBackend.cs [new file with mode: 0644]
src/OpenTK/Platform/Tizen/TizenGameWindow.cs [new file with mode: 0644]