From 29dd4ead44414bb601a0320a17d7220bee10865c Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 20 Oct 2022 11:53:56 +0200 Subject: [PATCH] docs: correct spelling of "passes" Reviewed-by: David Heidelberg Part-of: --- docs/vulkan/renderpass.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vulkan/renderpass.rst b/docs/vulkan/renderpass.rst index 514ea2bf1c6..44d250cc655 100644 --- a/docs/vulkan/renderpass.rst +++ b/docs/vulkan/renderpass.rst @@ -38,7 +38,7 @@ VK_KHR_dynamic_rendering ------------------------ For drivers which don't need to do subpass combining, it is recommended -that they skip implementing render passess entirely and implement +that they skip implementing render passes entirely and implement VK_KHR_dynamic_rendering instead. If they choose to do so, the runtime will provide the following, implemented in terms of :cpp:func:`vkCmdBeginRendering` and :cpp:func:`vkCmdEndRendering`: