mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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:
parent
9ccc683973
commit
6b38907b7f
1 changed files with 2 additions and 1 deletions
|
|
@ -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``
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue