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:
committed by
Marge Bot
parent
b60bc52992
commit
754353c417
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user