From d8fcd699f1249f1859ecc91b4f619bef3b08e1bf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 14 Jun 2022 08:46:05 +0200 Subject: [PATCH] docs/zink: correct requirement for tbos This requirement is for ARB_texture_buffer_object_rgb32, which obviously needs the UNIFORM_TEXEL_BUFFER bit, not SAMPLED_IMAGE. Fixes: c3d7de47cd6 ("docs/zink: add GL 4.0 requirements") Fixes: 6b38907b7f7 ("zink: fix feature requirement") Acked-by: Mike Blumenkrantz Part-of: --- docs/drivers/zink.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index 3325577..fb4588a 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -121,8 +121,7 @@ supported: * `VK_KHR_maintenance2`_ -* Formats requiring ``VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT`` and - ``VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT``: +* Formats requiring ``VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT``: * ``VK_FORMAT_R32G32B32_SFLOAT`` * ``VK_FORMAT_R32G32B32_SINT`` -- 2.7.4