I found that turning on threaded render on Window (via QML_FORCE_THREADED_RENDERER=1 env var) forces all instances of QQuickWindow to create their own opengl context.
But still wondering how to overcome application opengl data destruction when Qt kills opengl contexts object.
↧