nvk: Advertise VK_KHR_pipeline_library
This is required by VK_EXT_graphics_pipeline_library
Fixes: fb564040a7 ("nvk: Advertise VK_KHR_graphics_pipeline_library")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27860>
This commit is contained in:
committed by
Marge Bot
parent
bb8b11d806
commit
4c73e52933
@@ -117,6 +117,7 @@ nvk_get_device_extensions(const struct nvk_instance *instance,
|
||||
.KHR_map_memory2 = true,
|
||||
.KHR_multiview = true,
|
||||
.KHR_pipeline_executable_properties = true,
|
||||
.KHR_pipeline_library = true,
|
||||
|
||||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
/* Hide these behind dri configs for now since we cannot implement it
|
||||
|
||||
Reference in New Issue
Block a user