From fa41bd06879423f91b52829ee679fc94c3e3ffab Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 9 Mar 2022 15:40:25 +0100 Subject: [PATCH] docs: improve language in zink article Turns out, this was not proper use of language! Acked-by: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index fea88bafda1..f96885c2587 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -58,7 +58,7 @@ OpenGL 3.0 ^^^^^^^^^^ -For OpenGL 3.0 support, the following additional requirements needs to be +For OpenGL 3.0 support, the following additional requirements must be supported: * ``VkPhysicalDeviceFeatures``: @@ -93,7 +93,7 @@ verified: OpenGL 3.3 ^^^^^^^^^^ -For OpenGL 3.3 support, the following additional requirements needs to be +For OpenGL 3.3 support, the following additional requirements must be supported, although some of these might not actually get verified: * ``VkPhysicalDeviceFeatures``: @@ -107,7 +107,7 @@ supported, although some of these might not actually get verified: OpenGL 4.0 ^^^^^^^^^^ -For OpenGL 4.0 support, the following additional requirements needs to be +For OpenGL 4.0 support, the following additional requirements must be supported: * ``VkPhysicalDeviceFeatures``: @@ -129,7 +129,7 @@ supported: OpenGL 4.1 ^^^^^^^^^^ -For OpenGL 4.1 support, the following additional requirements needs to be +For OpenGL 4.1 support, the following additional requirements must be supported: * ``VkPhysicalDeviceFeatures``: @@ -144,7 +144,7 @@ supported: OpenGL 4.2 ^^^^^^^^^^ -For OpenGL 4.2 support, the following additional requirements needs to be +For OpenGL 4.2 support, the following additional requirements must be supported: * ``VkPhysicalDeviceLimits``: @@ -177,7 +177,7 @@ supported: OpenGL 4.3 ^^^^^^^^^^ -For OpenGL 4.3 support, the following additional requirements needs to be +For OpenGL 4.3 support, the following additional requirements must be supported: * ``VkPhysicalDeviceFeatures``: @@ -197,7 +197,7 @@ supported: OpenGL 4.4 ^^^^^^^^^^ -For OpenGL 4.4 support, the following additional requirements needs to be +For OpenGL 4.4 support, the following additional requirements must be supported: * Formats requiring ``VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT``: