From d6ce7bc020f1a6a93f52b5275ed99e1e1555831a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 9 Mar 2023 14:25:19 +0100 Subject: [PATCH] docs/zink: remove some trailing spaces These went unnoticed until now, let's fix them. Acked-by: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 77b4d53c36b..1091b3bb8a7 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -12,14 +12,14 @@ Features -------- The feature-level of Zink depends on two things; what's implemented in Zink, -as well as the capabilities of the Vulkan driver. +as well as the capabilities of the Vulkan driver. The feature-levels implemented by Zink are exposed by `Vulkan Profiles `__ in the :file:`VP_ZINK_requirements.json` profiles file. Used with the `Vulkan Profiles tools `__, -we can compare the ZINK profiles with Vulkan devices profiles generated with +we can compare the ZINK profiles with Vulkan devices profiles generated with `Vulkaninfo `__ or `downloaded from GPUinfo.org`_ to establish the feature-levels supported by these drivers.