From 6b38907b7f76942466f214ff42a89412d7fae50b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 10 Jun 2022 16:40:57 -0400 Subject: [PATCH] zink: fix feature requirement this is ARB_texture_buffer_object_rgb32, and both bits are needed Part-of: --- docs/drivers/zink.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index ba43a7b6946..cf0ffc07626 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -121,7 +121,8 @@ supported: * `VK_KHR_maintenance2`_ -* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT``: +* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT`` and + ``VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT``: * ``VK_FORMAT_R32G32B32_SFLOAT`` * ``VK_FORMAT_R32G32B32_SINT``