[OpenTK] Don't call 'LoadAll' on Tizen for discreasing the launching time
authorWonyoung Choi <wy80.choi@samsung.com>
Wed, 15 Aug 2018 21:29:09 +0000 (06:29 +0900)
committerWonyoung Choi <wy80.choi@samsung.com>
Wed, 15 Aug 2018 21:29:09 +0000 (06:29 +0900)
commit70e56ae391edbadf6bbf092def85716af4533bcc
tree6ac15b6257583da6cad1e69162f2e05d42c69428
parent685c2924c52ad0e799525402998b8a1a547c0807
[OpenTK] Don't call 'LoadAll' on Tizen for discreasing the launching time

Don't call LoadAll on Tizen, LoadAll load the native entry pointer of OpenGLES.
But now OpenTK using dllimport mode on Tizen, it don't need the native entry pointer of OpenGLES.

* Cherry-Picked from https://github.com/Samsung/TizenFX/pull/369
src/OpenTK/GameWindow.cs