Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.8.0
-
407a76ed9 (dev), b0ff9b44c (6.9), abbcdb307 (6.8)
-
framework-content 3, framework-content 4
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.