From 0747fb546c75a7c57c43289d0d9cb5603d47eb77 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 26 Apr 2021 14:09:49 +0200 Subject: [PATCH] docs: fixup link to extension I accidentally missed the actual link-definition here, so let's add that. Fixes: ff007afce25 ("zink: document requirement of VK_EXT_custom_border_color") Reviewed-By: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 529b9814d2a..8728f3ef3bf 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -262,3 +262,4 @@ questions, don't hesitate to visit `#zink on FreeNode .. _VK_KHR_shader_draw_parameters: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_shader_draw_parameters.html .. _VK_KHR_draw_indirect_count: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_draw_indirect_count.html .. _VK_KHR_sampler_mirror_clamp_to_edge: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_KHR_sampler_mirror_clamp_to_edge.html +.. _VK_EXT_custom_border_color: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_custom_border_color.html