tu: Actually expose VK_EXT_texel_buffer_alignment

Oops...

Fixes: 3d04c435 ("tu: Trivially implement VK_EXT_texel_buffer_alignment")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15451>
This commit is contained in:
Connor Abbott 2022-03-18 12:32:41 +01:00 committed by Marge Bot
parent f18429340e
commit fc381fa1e3

View file

@ -194,6 +194,7 @@ get_device_extensions(const struct tu_physical_device *device,
.EXT_shader_demote_to_helper_invocation = true,
.EXT_shader_stencil_export = true,
.EXT_shader_viewport_index_layer = true,
.EXT_texel_buffer_alignment = true,
.EXT_vertex_attribute_divisor = true,
.EXT_provoking_vertex = true,
.EXT_line_rasterization = true,