Opentk/Source/Bind
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
..
CL Do not override user defined output files 2013-11-03 01:27:10 +01:00
Documentation Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
ES Fixed typo in ES3Generator.cs 2013-11-07 10:09:17 +01:00
GL2 Respect apiversion in overrides 2013-11-04 19:32:52 +01:00
Properties Normalized line endings 2013-10-11 01:58:54 +02:00
Specifications Removed non-existent token from OpenGL 2013-11-07 16:46:38 +01:00
Structures Implemented Add and AddRange methods 2013-11-09 19:22:31 +01:00
BindStreamWriter.cs Fixed newline and indentation behavior 2013-11-01 14:00:46 +01:00
CppSpecWriter.cs Avoid singletons 2013-11-01 09:26:13 +01:00
CSharpSpecWriter.cs Add helper overload generation 2013-11-10 08:28:58 +01:00
DocProcessor.cs Trim the final endline regardless of operating system. 2013-10-25 16:31:26 +02:00
EnumProcessor.cs Enum tokens are now sorted 2013-11-03 12:15:08 +01:00
FuncProcessor.cs Add helper overload generation 2013-11-10 08:28:58 +01:00
Generator.Bind.csproj Added generators for ES 2.0 and 3.0 2013-11-03 01:29:32 +01:00
IBind.cs Settings, GLTypes and CSTypes are now in IBind 2013-11-01 09:06:49 +01:00
ISpecReader.cs Added apiversion support 2013-11-03 01:25:47 +01:00
ISpecWriter.cs Added documentation comments to generated enums. 2011-07-20 10:10:33 +00:00
JavaSpecWriter.cs Avoid singletons 2013-11-01 09:26:13 +01:00
Main.cs Add helper overload generation 2013-11-10 08:28:58 +01:00
Settings.cs Added support for overriding default output files 2013-11-03 01:25:27 +01:00
Utilities.cs Added new WrapperTypes; removed unused code 2013-11-09 19:24:43 +01:00
XmlSpecReader.cs Add helper overload generation 2013-11-10 08:28:58 +01:00