docs/zink: mention vk1.2 mirror-clamp feature option
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Fri, 10 Mar 2023 13:10:22 +0000 (14:10 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 21 Mar 2023 15:42:50 +0000 (15:42 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22053>

docs/drivers/zink.rst

index d55a5d0..2915b15 100644 (file)
@@ -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
 ^^^^^^^^^^