anv: Implement VK_KHR_pipeline_executable_properties
[mesa.git] / src / intel / vulkan / anv_extensions.py
index 2c2accbe566cf5204bff579479f4a969183125e4..7e7ce428987de9628ce81c34c3f073e072d30528 100644 (file)
@@ -101,6 +101,7 @@ EXTENSIONS = [
     Extension('VK_KHR_maintenance2',                      1, True),
     Extension('VK_KHR_maintenance3',                      1, True),
     Extension('VK_KHR_multiview',                         1, True),
+    Extension('VK_KHR_pipeline_executable_properties',    1, True),
     Extension('VK_KHR_push_descriptor',                   1, True),
     Extension('VK_KHR_relaxed_block_layout',              1, True),
     Extension('VK_KHR_sampler_mirror_clamp_to_edge',      1, True),