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:
committed by
Marge Bot
parent
9ccc683973
commit
6b38907b7f
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user