From 754353c4170918f592e499a370dc90c60c271cff Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 16 Nov 2022 12:53:57 +0100 Subject: [PATCH] zink: fix incorrect requirements These were in the wrong list all along. Fixes: a466c2a7839 ("zink: check for stores and atomics features") Fixes: 2644835f039 ("zink: add missing required feature") Part-of: --- docs/drivers/zink.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 747e6ca3913..4959ef5b911 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -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: