Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.8.0
-
None
Description
The doc page Scene Graph - RHI Under QML says:
Applications that wish to render QRhi content on top of the Qt Quick scene, can do so by connecting to the QQuickWindow::afterRendering() and QQuickWindow::afterRenderPassRecording() signals.
This is wrong. It should be:
Applications that wish to render QRhi content on top of the Qt Quick scene, can do so by connecting to the QQuickWindow::beforeRendering() and QQuickWindow::afterRenderPassRecording() signals.