docs: vulkan -> Vulkan

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
Erik Faye-Lund
2022-10-19 17:26:56 +02:00
committed by Marge Bot
parent f69fe8c279
commit 590d4cbe3a

View File

@@ -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.