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: c3d7de47cd ("docs/zink: add GL 4.0 requirements")
Fixes: 6b38907b7f ("zink: fix feature requirement")
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17024>
This commit is contained in:
Erik Faye-Lund
2022-06-14 08:46:05 +02:00
committed by Marge Bot
parent 5ac12eeebd
commit d8fcd699f1

View File

@@ -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``