Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt 3D Studio 1.0
-
None
-
0380f00c945379628562e64c7c10f5875ecb666d
Description
All QML and surfaceviewer_offscreen examples have the following comment, which doesn't apply to them, since they do not use QOpenGLWidget:
// To enable QOpenGLWidget to work on macOS, we must set the default // QSurfaceFormat before QApplication is created. Otherwise context-sharing // fails and QOpenGLWidget breaks.
Comments need to be fixed to reflect to reality.