diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 42b8d4dc4ac..6aac56cff83 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -328,7 +328,7 @@ get_device_extensions(const struct anv_physical_device *device, .EXT_physical_device_drm = true, .EXT_pipeline_creation_cache_control = true, .EXT_pipeline_creation_feedback = true, - .EXT_pipeline_library_group_handles = true, + .EXT_pipeline_library_group_handles = rt_enabled, .EXT_post_depth_coverage = true, .EXT_primitives_generated_query = true, .EXT_primitive_topology_list_restart = true,