On which EGL implementation are you trying to do that? It should work correctly on Linux MESA and ANGLE/Native Windows implementations. Qt currently **requires** this behaviour to load its own API, so there shouldn't be an issue with this, and the correct entrypoint seems to be returned. However, w...