zink: fix incorrect requirements

These were in the wrong list all along.

Fixes: a466c2a783 ("zink: check for stores and atomics features")
Fixes: 2644835f03 ("zink: add missing required feature")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19779>
This commit is contained in:
Erik Faye-Lund 2022-11-16 12:53:57 +01:00 committed by Marge Bot
parent b60bc52992
commit 754353c417

View file

@ -173,15 +173,15 @@ supported:
* ``shaderStorageImageExtendedFormats``
* ``shaderStorageImageWriteWithoutFormat``
* ``vertexPipelineStoresAndAtomics``
* ``fragmentStoresAndAtomics``
* ``textureCompressionBC``
* For Vulkan 1.2 and above:
* ``VkPhysicalDeviceVulkan11Features``:
* ``shaderDrawParameters``
* ``vertexPipelineStoresAndAtomics``
* ``fragmentStoresAndAtomics``
* ``textureCompressionBC``
* For Vulkan 1.1 and below: