tu: Add missing VK_EXT_legacy_vertex_attributes feature

This was missed during enablement.

Fixes: 660a47ecbf ("tu: support VK_EXT_legacy_vertex_attributes")

Signed-off-by: Valentine Burley <valentine.burley@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29206>
This commit is contained in:
Valentine Burley 2024-05-14 07:28:16 +00:00 committed by Marge Bot
parent 59babe9fa0
commit 03d8620c4c
1 changed files with 3 additions and 0 deletions

View File

@ -566,6 +566,9 @@ tu_get_features(struct tu_physical_device *pdevice,
/* VK_EXT_image_view_min_lod */
features->minLod = true;
/* VK_EXT_legacy_vertex_attributes */
features->legacyVertexAttributes = true;
/* VK_EXT_map_memory_placed */
features->memoryMapPlaced = true,
features->memoryMapRangePlaced = false,