Highest Rated Comments
ggodin2 karma
Hi Miguel, I've started using Xamarin and noticed that a lot of APIs have poorly auto-generated signatures. For example:
EglInitialize(EGLDisplay dpy, int[] major, int majorOffset, int[] minor, int minorOffset);
which in reality should be:
EglInitialize(EGLDisplay dpy, out int major, out int minor);
Any plans on improving this? Thanks!
ggodin2 karma
Will do, thanks!
View HistoryShare Link