From 2644835f03935ea7099d9c5f35d033f39e871831 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 24 Mar 2021 16:56:31 +0100 Subject: [PATCH] zink: add missing required feature We check for this feature in zink_is_format_supported, so VK drivers need to expose it to get BC textures working. Let's document the reality. Reviewed-By: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index a2983e032d8..722bce37ffd 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -140,6 +140,7 @@ supported: * ``shaderDrawParameters`` * ``vertexPipelineStoresAndAtomics`` * ``fragmentStoresAndAtomics`` + * ``textureCompressionBC`` * For Vulkan 1.1 and below: