aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-08-09 12:44:54 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-08-17 16:26:31 +0200
commit7629c8de575205ba34b2be42e4c0aebaabb6876a (patch)
tree6ac28ae441f85652a7b7e8bab6a967ac0b667b10 /src/quick/items
parent46ed97609721318a5ac443e8ff5b17bd359ef305 (diff)
Add an initial set of scenegraph docs for the rhi
Just the basics for now. Start moving away of the assumption of default backend = direct OpenGL, but limit the amount of RHI-specific details for now. This should be sufficient for the first preview in 5.14. Change-Id: I94e80d5fbed1269f7e8911284c28ac5fbc858be7 Reviewed-by: Christian Strømme <christian.stromme@qt.io>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 79db297df8..88a731b229 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -4224,7 +4224,7 @@ QQmlIncubationController *QQuickWindow::incubationController() const
When not running with the RHI (and using OpenGL directly), the signal is
emitted after the renderer has cleared the render target. This makes it
- possible to create appliations that function identically both with and
+ possible to create applications that function identically both with and
without the RHI.
\note Resource updates (uploads, copies) typically cannot be enqueued from
@@ -4255,7 +4255,7 @@ QQmlIncubationController *QQuickWindow::incubationController() const
When not running with the RHI (and using OpenGL directly), the signal is
emitted after the renderer has finished its rendering, but before
- afterRendering(). This makes it possible to create appliations that
+ afterRendering(). This makes it possible to create applications that
function identically both with and without the RHI.
\note Resource updates (uploads, copies) typically cannot be enqueued from