From adc7170d850a2a7416110b647e1eb5a7033e07bd Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 10 Mar 2023 14:10:22 +0100 Subject: [PATCH] docs/zink: mention vk1.2 mirror-clamp feature option Part-of: --- docs/drivers/zink.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index d55a5d0..2915b15 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -222,9 +222,17 @@ supported: * ``VK_FORMAT_B10G11R11_UFLOAT_PACK32`` -* Device extensions: +* For Vulkan 1.2 and above: + + * ``VkPhysicalDeviceVulkan12Features``: + + * ``samplerMirrorClampToEdge`` + +* For Vulkan 1.1 and below: + + * Device extensions: - * :ext:`VK_KHR_sampler_mirror_clamp_to_edge` + * :ext:`VK_KHR_sampler_mirror_clamp_to_edge` OpenGL 4.5 ^^^^^^^^^^ -- 2.7.4