summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhivulkan.cpp
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-06-14 09:12:17 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-06-16 19:42:12 +0200
commit684070bc342ac8e041c7156f0aa594b89b2265db (patch)
treea155e009d9314806b4c631407ce179f86b00a997 /src/gui/rhi/qrhivulkan.cpp
parentf7792d2b6d3d1e5dd47a8f6429b817b793bcfb9b (diff)
rhi doc: Fix a repeating typo
Pick-to: 6.6 Change-Id: I2025d559be357a6825cdcae4cb0f0931a89864ab Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/gui/rhi/qrhivulkan.cpp')
-rw-r--r--src/gui/rhi/qrhivulkan.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/rhi/qrhivulkan.cpp b/src/gui/rhi/qrhivulkan.cpp
index a78b459dd6..206c0c3e94 100644
--- a/src/gui/rhi/qrhivulkan.cpp
+++ b/src/gui/rhi/qrhivulkan.cpp
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
\since 6.6
\brief Vulkan specific initialization parameters.
- \note This a RHI API with limited compatibility guarantees, see \l QRhi
+ \note This is a RHI API with limited compatibility guarantees, see \l QRhi
for details.
A Vulkan-based QRhi needs at minimum a valid QVulkanInstance. It is up to
@@ -196,7 +196,7 @@ QT_BEGIN_NAMESPACE
\note Ownership of the Vulkan objects is never transferred.
- \note This a RHI API with limited compatibility guarantees, see \l QRhi
+ \note This is a RHI API with limited compatibility guarantees, see \l QRhi
for details.
*/
@@ -258,7 +258,7 @@ QT_BEGIN_NAMESPACE
\l{QRhi::beginOffscreenFrame()}{beginOffscreenFrame()} -
\l{QRhi::endOffscreenFrame()}{endOffscreenFrame()} pair.
- \note This a RHI API with limited compatibility guarantees, see \l QRhi
+ \note This is a RHI API with limited compatibility guarantees, see \l QRhi
for details.
*/
@@ -274,7 +274,7 @@ QT_BEGIN_NAMESPACE
\since 6.6
\brief Holds the Vulkan render pass object backing a QRhiRenderPassDescriptor.
- \note This a RHI API with limited compatibility guarantees, see \l QRhi
+ \note This is a RHI API with limited compatibility guarantees, see \l QRhi
for details.
*/