[Bind] Do not generate DllImports
authorthefiddler <stapostol@gmail.com>
Sat, 26 Apr 2014 12:22:37 +0000 (14:22 +0200)
committerthefiddler <stapostol@gmail.com>
Sat, 26 Apr 2014 12:22:37 +0000 (14:22 +0200)
commitbd339523ab227739fc076bff2ee499b64e1b8482
treea52260ea9812323182900a9eb954e0a4addc1cfe
parentb732e377c9c0d481062b7bf25f2183083943b6f5
[Bind] Do not generate DllImports

These break dynamic loading of OpenGL ES and bloat OpenTK.dll with
duplicated strings. The new extension loading mechanism is now fast
enough to make DllImports unnecessary.
Source/Bind/ES/ES2Generator.cs
Source/Bind/ES/ES3Generator.cs
Source/Bind/ES/ESGenerator.cs
Source/Bind/GL2/GL2Generator.cs
Source/Bind/GL2/GL4Generator.cs