eglGetDisplay(int) needs to be eglGetDisplay(IntPtr) - eglGetDisplay(NativeDisplayType*) This causes crashes (intermittently, depending on prior code) on startup in 64bit as the other half of the 32bit int paramater is undefined. Fixed by: https://github.com/ppy/veldrid/pull/71
eglGetDisplay(int) needs to be eglGetDisplay(IntPtr) - eglGetDisplay(NativeDisplayType*)
This causes crashes (intermittently, depending on prior code) on startup in 64bit as the other half of the 32bit int paramater is undefined.
Fixed by:
#71