diff --git a/src/asahi/vulkan/hk_physical_device.c b/src/asahi/vulkan/hk_physical_device.c index c5fc26fe1b1..63ae85eaf6f 100644 --- a/src/asahi/vulkan/hk_physical_device.c +++ b/src/asahi/vulkan/hk_physical_device.c @@ -89,6 +89,7 @@ hk_get_device_extensions(const struct hk_instance *instance, .KHR_maintenance5 = true, .KHR_maintenance6 = true, .KHR_maintenance7 = true, + .KHR_maintenance8 = true, .KHR_map_memory2 = true, .KHR_multiview = true, .KHR_pipeline_executable_properties = true, @@ -396,6 +397,9 @@ hk_get_device_features( /* VK_KHR_maintenance7 */ .maintenance7 = true, + /* VK_KHR_maintenance8 */ + .maintenance8 = true, + /* VK_KHR_pipeline_executable_properties */ .pipelineExecutableInfo = true,