Opentk/Source/Generator.Rewrite
thefiddler 3a94d8147f [Rewrite] Fixed 2d/3d arrays on .Net
Mono can use ldlen and ldelema on both 1d arrays (vectors) and 2d/3d
arrays. However, .Net can only use these instructions on 1d arrays -
higher rank arrays must use get_Length and Address explicitly.
2014-05-12 13:03:27 +02:00
..
Properties Split binaries for library and supporting tools 2013-12-05 18:43:47 +01:00
Generator.Rewrite.csproj [Build] Added -debug to Rewrite commandline parameters 2014-02-25 01:08:53 +01:00
Program.cs [Rewrite] Fixed 2d/3d arrays on .Net 2014-05-12 13:03:27 +02:00