Opentk/Source
Stefanos A. 1c1607da56 [OpenTK] Make VB.Net overload resolution happy
GLHelper.cs contains a number of overloads that cannot be resolved by
VB.Net. We cannot remove them, as that will break
backward-compatibility, but we can hide them by moving them after the
autogenerated overloads in GL.cs.

Terrible hack, but it appears to work.

Issue originally reported at http://www.opentk.com/node/3554 as "OpenTK
1.1, VB.net and ambiguous functions."
2014-02-12 16:14:00 +01:00
..
Bind Merge pull request #58 from Frassle/develop 2014-02-11 23:54:47 +01:00
Build.UpdateVersion Merge master into no-reflect 2013-12-15 16:36:37 +01:00
Compatibility Normalized xml doc file paths 2013-12-15 23:24:17 +01:00
Converter Merge master into no-reflect 2013-12-15 16:36:37 +01:00
Examples [Examples] BindAttribLocation must precede LinkProgram 2014-01-30 11:42:07 +01:00
Generator.Rewrite [GL] Fixed invalid IL instruction in Get*() and Delete*() functions 2014-02-04 16:07:58 +01:00
GLControl [GLControl] Warn when accessing GL properties on non-current context 2014-01-26 11:08:08 +01:00
OpenTK [OpenTK] Make VB.Net overload resolution happy 2014-02-12 16:14:00 +01:00