summaryrefslogtreecommitdiff
path: root/examples/vulkan
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-03-31 08:54:34 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-11 13:07:37 +0000
commit56a6c43fc13b3fe60543b8402c02492c8886fa85 (patch)
tree1ccea950369c1febc26e2e7b431846e523a38b83 /examples/vulkan
parent6c077703729bd988f144d7243a76c8d37f40e15d (diff)
downloadqtbase-56a6c43fc13b3fe60543b8402c02492c8886fa85.tar.gz
Docs: don't link to removed example
Change-Id: I5fcec02cd18971150eec4f119d902c695bf2ebb9 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> (cherry picked from commit 70f9158e0f046feba2d5b655a9b3fcc715d2e8be) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/vulkan')
-rw-r--r--examples/vulkan/doc/src/hellovulkantriangle.qdoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/vulkan/doc/src/hellovulkantriangle.qdoc b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
index 52f4fcd6cf..75b085109b 100644
--- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc
+++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
@@ -8,9 +8,8 @@
\title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.
- The \e{Hello Vulkan Triangle Example} builds on \l hellovulkanwindow. This
- time a full graphics pipeline is created, including a vertex and fragment
- shader. This pipeline is then used to render a triangle.
+ The \e{Hello Vulkan Triangle Example} creates a full graphics pipeline,
+ including a vertex and fragment shader, to render a triangle.
\image hellovulkantriangle.png