mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 05:28:05 +02:00
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:
parent
b60bc52992
commit
754353c417
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue