docs/zink: mention vk1.2 mirror-clamp feature option

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22053>
This commit is contained in:
Erik Faye-Lund
2023-03-10 14:10:22 +01:00
committed by Marge Bot
parent 3f272fd15e
commit adc7170d85

View File

@@ -222,9 +222,17 @@ supported:
* ``VK_FORMAT_B10G11R11_UFLOAT_PACK32``
* Device extensions:
* For Vulkan 1.2 and above:
* :ext:`VK_KHR_sampler_mirror_clamp_to_edge`
* ``VkPhysicalDeviceVulkan12Features``:
* ``samplerMirrorClampToEdge``
* For Vulkan 1.1 and below:
* Device extensions:
* :ext:`VK_KHR_sampler_mirror_clamp_to_edge`
OpenGL 4.5
^^^^^^^^^^