summaryrefslogtreecommitdiffstats
path: root/doc/src/whatsnew
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2024-01-03 15:20:29 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2024-01-06 00:19:52 +0100
commiteb4561964d3f65b704cb6d1f81bb96c3af38dad8 (patch)
treef9b9610e7c8f20d99360348e0d665bbc12d730db /doc/src/whatsnew
parent05e9c5374f0ceebf15f1e29fced65df8dab05078 (diff)
Update 6.7 what's new with Qt Quick QRhi additions
Pick-to: 6.7 Change-Id: I310fec9d1e9f028699135fbce9fa5d3bbdc47c3b Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'doc/src/whatsnew')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index 0d85dc39b..92bba4d44 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -150,6 +150,14 @@
along with a parent property on Window, to allow setting a visual parent of a Window.
\li The \l {Item::}{focusReason} and \l {Item::}{focusPolicy}
properties of \l Control were moved to \l Item.
+ \li Added \l QQuickRhiItem as a modern alternative to
+ \l QQuickFramebufferObject. This allows creating custom QQuickItem objects
+ that render 3D graphics via any hardware accelerated graphics API
+ supported by Qt's rendering hardware interface, i.e. OpenGL, Vulkan,
+ Direct3D, or Metal.
+ \li Added a \l{QQuickRenderControl RHI Example}{new QQuickRenderControl example} that uses QRhi and
+ is thus fully portable and works with all the supported 3D APIs. This shows how to redirect
+ the Qt Quick content into a texture in a cross-platform manner.
\endlist
\section2 Qt Quick Controls Module
@@ -193,7 +201,7 @@
\li QSSGRenderExtension - Backend implementation for Render Extensions.
\li QSSGRenderContextInterface - Aggregate class of the sub-systems used internally
by QtQuick3D.
- \li QSSGRhiContext, QSSGRhiGraphicsPipelineState, QSSGRhiSamplerDescription - QRhi
+ \li QSSGRhiContext, QSSGRhiGraphicsPipelineState, QSSGRhiSamplerDescription - QRhi
convenience class used By QtQuick3D.
\li QSSGFrameData - Per frame data used by render extensions.
\li QSSGRenderHelpers, QSSGModelHelpers, QSSGCameraHelpers, and