diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index ad95e5932a1..1b1dce0c55c 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -590,7 +590,7 @@ get_features(const struct anv_physical_device *pdevice, /* VK_EXT_graphics_pipeline_library */ .graphicsPipelineLibrary = - pdevice->vk.supported_features.graphicsPipelineLibrary, + pdevice->vk.supported_extensions.EXT_graphics_pipeline_library, /* VK_KHR_fragment_shading_rate */ .pipelineFragmentShadingRate = true,