[OpenTK] Make VB.Net overload resolution happy
authorStefanos A. <stapostol@gmail.com>
Wed, 12 Feb 2014 15:14:00 +0000 (16:14 +0100)
committerStefanos A. <stapostol@gmail.com>
Wed, 12 Feb 2014 15:14:00 +0000 (16:14 +0100)
commit1c1607da5663be481ed4c9b71bd75aa14013e623
treedff6db34f93c3914bb615922d624e88d26fdb23c
parent30571f75327f3627e525ea0f4530eb2021b0195c
[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."
Source/OpenTK/OpenTK.csproj