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>
This commit is contained in:
Volker Hilsheimer 2023-03-31 08:54:34 +02:00 committed by Qt Cherry-pick Bot
parent 6c07770372
commit 56a6c43fc1
2 changed files with 3 additions and 4 deletions

View File

@ -8,9 +8,8 @@
\title Hello Vulkan Triangle Example \title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API. \brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.
The \e{Hello Vulkan Triangle Example} builds on \l hellovulkanwindow. This The \e{Hello Vulkan Triangle Example} creates a full graphics pipeline,
time a full graphics pipeline is created, including a vertex and fragment including a vertex and fragment shader, to render a triangle.
shader. This pipeline is then used to render a triangle.
\image hellovulkantriangle.png \image hellovulkantriangle.png

View File

@ -117,7 +117,7 @@
\endlist \endlist
For more information, see the \l{Hello Vulkan Widget Example} For more information, see the \l{Hello Vulkan Widget Example}
and the \l {Hello Vulkan Window Example}. and the \l {Hello Vulkan Triangle Example}.
\section1 Drag and Drop \section1 Drag and Drop