Skip to content

Commit

Permalink
Docs: don't link to removed example
Browse files Browse the repository at this point in the history
Pick-to: 6.5
Change-Id: I5fcec02cd18971150eec4f119d902c695bf2ebb9
Reviewed-by: Laszlo Agocs <[email protected]>
Reviewed-by: Safiyyah Moosa <[email protected]>
  • Loading branch information
vohi committed Apr 11, 2023
1 parent 9834e80 commit 70f9158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions examples/vulkan/doc/src/hellovulkantriangle.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/gui/doc/src/qtgui-overview.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
\endlist

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

Expand Down

0 comments on commit 70f9158

Please sign in to comment.