Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
5.5.0
-
iphone 5S, iphone 6, iphone 6 plus
-
-
150aa19042bbee893c5b4f16cb230f9266a1f4b7
Description
In the past, if I specify openGL version to 3.0 to the default QSurfaceFormat object, the opengl context of the quick window would be a 3.0 context in a GLES 3.0 capable iphone (iphone 5S +).
Since qt-iOS 5.5.0, it will create an openGL 2.0 context even if I have requested a 3.0 context.
The sample program to reproduce this issue was attached.