Details
-
Technical task
-
Resolution: Fixed
-
P2: Important
-
None
-
None
Description
Implement OpenGL version discovery for Android in a way that avoids creating QOpenGLContext (as that requires QApplication or QGuiApplication to be created first, which leads to issues with shared contexts). Add the implementation under foundation/android and replace defaultformat.cpp implementation in studio3d.pro with the proper implementation for Android.