Added WrapperTypes.ConvenienceArrayType
authorStefanos A. <stapostol@gmail.com>
Sun, 10 Nov 2013 17:29:53 +0000 (18:29 +0100)
committerStefanos A. <stapostol@gmail.com>
Sun, 10 Nov 2013 17:29:53 +0000 (18:29 +0100)
commit293c0201511585043a13f39925398cfbb377c1aa
tree8068cf8cb8abc37bf5e7900a735421894a341bce
parent8003d06315b13813b999028714cb1c4070e087cc
Added WrapperTypes.ConvenienceArrayType

These are convenience parameters for function receiving a size and an
array parameter, like DeleteTextures(int n, int[] ids). The generator
will now add overloads taking a single parameter, such as
DeleteTexture(int id).
Source/Bind/CSharpSpecWriter.cs
Source/Bind/FuncProcessor.cs
Source/Bind/Utilities.cs