summaryrefslogtreecommitdiffstats
path: root/examples/vulkan/doc/src/hellovulkantriangle.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vulkan/doc/src/hellovulkantriangle.qdoc')
-rw-r--r--examples/vulkan/doc/src/hellovulkantriangle.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/vulkan/doc/src/hellovulkantriangle.qdoc b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
index 52f4fcd6cf..bafa026ccd 100644
--- a/examples/vulkan/doc/src/hellovulkantriangle.qdoc
+++ b/examples/vulkan/doc/src/hellovulkantriangle.qdoc
@@ -7,10 +7,10 @@
\ingroup examples-vulkan
\title Hello Vulkan Triangle Example
\brief Shows the basics of rendering with QVulkanWindow and the Vulkan API.
+ \examplecategory {Graphics}
- 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