Docs: don't link to removed example

Pick-to: 6.5
Change-Id: I5fcec02cd18971150eec4f119d902c695bf2ebb9
Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io>
This commit is contained in:
Volker Hilsheimer 2023-03-31 08:54:34 +02:00
parent 9834e80833
commit 70f9158e0f
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