summaryrefslogtreecommitdiff
path: root/docs/vulkan
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-10-19 17:26:56 +0200
committerMarge Bot <emma+marge@anholt.net>2022-10-25 10:06:45 +0000
commit590d4cbe3ae845b4c010e425bc054b9e1a591089 (patch)
tree3eaebcafb8ebe7d097cc26a6f0108c96494ce66d /docs/vulkan
parentf69fe8c279934c64af1d48ed8e24a1712ec06d93 (diff)
downloadmesa-590d4cbe3ae845b4c010e425bc054b9e1a591089.tar.gz
docs: vulkan -> Vulkan
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
Diffstat (limited to 'docs/vulkan')
-rw-r--r--docs/vulkan/dispatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vulkan/dispatch.rst b/docs/vulkan/dispatch.rst
index 7210e0de1e6..912eabfc65b 100644
--- a/docs/vulkan/dispatch.rst
+++ b/docs/vulkan/dispatch.rst
@@ -192,7 +192,7 @@ something like this:
The ``vk_*_dispatch_table_from_entrypoints()`` functions are designed so
that they can be layered like this. In this case, it starts with the
-instance entrypoints from the Intel vulkan driver and then adds in the WSI
+instance entrypoints from the Intel Vulkan driver and then adds in the WSI
entrypoints. If there are any entrypoints duplicated between the two, the
first one to define the entrypoint wins.