flutter-pi
flutter-pi copied to clipboard
Migrate other platform
hi,
I migrated my project to another platform and it reported an error
Looking forward to your reply
egl 1.5 has getPlatformDisplay ,but egl 1.4 should not have this api, why can use?
Yes, eglGetPlatformDisplay is EGL 1.5 only. In earlier EGL it's called eglGetPlatformDisplayEXT instead, I'll change the logic so it falls back to that if the 1.5 version is not found
please don't close this, I'll close it when it's resolved instead