From 590d4cbe3ae845b4c010e425bc054b9e1a591089 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 19 Oct 2022 17:26:56 +0200 Subject: [PATCH] docs: vulkan -> Vulkan Reviewed-by: David Heidelberg Part-of: --- docs/vulkan/dispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.