Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
6.5.7, 6.8.0
-
-
2024wk52FOQtforAndroid, 2025wk02s3FOQtforAndroid
Description
Reproducer attached. QQuickFramebufferObject is being used to draw something into QML scene by OpenGL calls. OpenGL 3.x is specifically being requested by QSurfaceFormat from main function.
It works perfectly on my host (Windows):
But not on Android device (tested on an Android 13 device). Nothing from QQuickFramebufferObject is drawn. Only QML Button is visible.
Also debug logs with "QSG_INFO" on is attached which includes both Windows (where reproducer works) and Android (where Adreno works but Mali doesn't) results.