From d9064d3c30d7a309a3d51d9e5b39f87f63c179c9 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Jul 2022 12:39:14 +0200 Subject: [PATCH] docs/zink: document required VK_KHR_swapchain_mutable_format Reviewed-by: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 20a7c06f289..0ae319e1487 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -49,6 +49,8 @@ Here's a list of those requirements: * ``stippledBresenhamLines`` * ``stippledSmoothLines`` + * `VK_KHR_swapchain_mutable_format`_ + In addition to this, `VK_KHR_external_memory`_ is required to support the DRI code-path. @@ -316,4 +318,5 @@ questions, don't hesitate to visit `#zink on OFTC .. _VK_EXT_custom_border_color: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_custom_border_color.html .. _VK_EXT_provoking_vertex: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_provoking_vertex.html .. _VK_EXT_line_rasterization: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_EXT_line_rasterization.html +.. _VK_KHR_swapchain_mutable_format: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_swapchain_mutable_format.html .. _VK_EXT_depth_clip_enable: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/VK_EXT_depth_clip_enable.html