Opentk/Source
thefiddler d126d25215 Add helper overload generation
Functions returning a value or array via an 'out' parameter will now get a convenience overload that returns the result via a return statement. In the case of arrays, only single-valued arrays will be supported. For example:

void GetIntegerv(enum pname, out int value)

will be get an overload of

int GetIntegerv(enum pname)

This will reduce the amount of helper overloads that must be maintained manually in GLHelpers.cs.
2013-11-10 08:28:58 +01:00
..
Bind Add helper overload generation 2013-11-10 08:28:58 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Normalized line endings 2013-10-11 01:58:54 +02:00
Converter Added usage example for new xml specs 2013-11-07 17:18:12 +01:00
Examples Potential fix for issue 3430 2013-11-09 15:13:50 +01:00
GLControl Normalized line endings 2013-10-11 01:58:54 +02:00
OpenTK Swallow DllNotFoundException in Sdl2 constructor 2013-11-09 17:13:24 +01:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00