qtdeclarative/examples/quick/scenegraph
Safiyyah Moosa 407a76ed9a Doc: Clarify use of QQuickWindow::beforeRendering
The SceneGraph - RHI under QML example gives the impression that
QQuickWindow::beforeRendering() is used with underlays and
QQuickWindow::afterRendering() is used with overlays which is
misleading.

QQuickWindow::beforeRendering() can be used to upload data to buffers in
both instances. Then, based on whether an underlay/overlay is required,
the user can QQuickWindow::beforeRenderPassRecording() or
QQuickWindow::afterRenderPassRecording(), respectively.

This patch updates the documentation to make this distinction clear.

Fixes: QTBUG-130570
Pick-to: 6.6 6.7 6.8 6.9
Change-Id: I3d086b9309d759a5e80f4abbd81d2fc1da55e9f0
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
2025-02-02 22:46:14 +01:00
..
customgeometry CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
custommaterial wasm: CustomMaterial: Change shader program so that it is accepted by WebGL 2024-04-18 11:39:16 +02:00
customrendernode CMake: Fix examples built as external projects 2025-01-31 17:11:34 +01:00
d3d11underqml CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
graph graph example: Do not use GLSL functions as uniform names 2024-05-27 09:36:13 +02:00
metaltextureimport Doc: Fix mentioning of QQW::createTextureFromNativeObject in example 2024-04-19 16:15:15 +02:00
metalunderqml CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
openglunderqml wasm: Move OpenGLUnderQml to VertexBufferObject to satisfy WebGL 2024-06-11 12:04:07 +02:00
rhitextureitem CMake: Fix examples built as external projects 2025-01-31 17:11:34 +01:00
rhiunderqml Doc: Clarify use of QQuickWindow::beforeRendering 2025-02-02 22:46:14 +01:00
shared Add license headers to shader source 2023-10-30 10:30:37 +02:00
threadedanimation CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
twotextureproviders twotextureproviders example: Remove out-of-date todo comment 2024-08-30 00:28:36 +02:00
vulkantextureimport CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
vulkanunderqml CMake: Add deployment API to our examples 2024-03-27 18:57:34 +01:00
CMakeLists.txt Correct license for examples files 2024-03-21 10:41:29 +01:00
scenegraph.pro Add the rhitextureitem example 2023-06-01 11:27:56 +02:00