Interestingly we have Q_ASSERT(mEglContext != EGL_NO_CONTEXT); in the constructor of UbuntuOpenGLContext, and ./EGL/egl.h:98:#define EGL_NO_CONTEXT ((EGLContext)0)
but since it's a Q_ASSERT and not an ASSERT is not crashing there
Interestingly we have mEglContext != EGL_NO_CONTEXT); text, and egl.h:98: #define EGL_NO_CONTEXT ((EGLContext)0)
Q_ASSERT(
in the constructor of UbuntuOpenGLCon
./EGL/
but since it's a Q_ASSERT and not an ASSERT is not crashing there