zink: fix feature requirement

this is ARB_texture_buffer_object_rgb32, and both bits are needed

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16981>
This commit is contained in:
Mike Blumenkrantz 2022-06-10 16:40:57 -04:00 committed by Marge Bot
parent 9ccc683973
commit 6b38907b7f

View file

@ -121,7 +121,8 @@ supported:
* `VK_KHR_maintenance2`_ * `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_SFLOAT``
* ``VK_FORMAT_R32G32B32_SINT`` * ``VK_FORMAT_R32G32B32_SINT``