mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
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:
parent
f18429340e
commit
fc381fa1e3
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue