mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-01-09 07:15:12 +08:00
anv: Advertise VK_KHR_shader_non_semantic_info
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856>
This commit is contained in:
parent
2dae89ac36
commit
8004cb256a
@ -0,0 +1 @@
|
||||
VK_KHR_shader_non_semantic_info on Intel.
|
@ -113,6 +113,7 @@ EXTENSIONS = [
|
||||
Extension('VK_KHR_shader_draw_parameters', 1, True),
|
||||
Extension('VK_KHR_shader_float16_int8', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_shader_float_controls', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_shader_non_semantic_info', 1, True),
|
||||
Extension('VK_KHR_shader_subgroup_extended_types', 1, 'device->info.gen >= 8'),
|
||||
Extension('VK_KHR_spirv_1_4', 1, True),
|
||||
Extension('VK_KHR_storage_buffer_storage_class', 1, True),
|
||||
|
Loading…
Reference in New Issue
Block a user