With #1840 the typedef for PFN_GetPhysicalDeviceProcAddr was remove as it also comes from the Vulkan headers. There was no addition of either the vulkan/vk_icd.h or vulkan/vk_layer.h header so if you include the loader/generated/vk_layer_dispatch_table.h file directly you'll get a broken build until one of the listed headers is also added.
Would it be possible to update the generate to add the correct include header so that PFN_GetPhysicalDeviceProcAddr is correctly defined?
With #1840 the typedef for
PFN_GetPhysicalDeviceProcAddrwas remove as it also comes from the Vulkan headers. There was no addition of either thevulkan/vk_icd.horvulkan/vk_layer.hheader so if you include theloader/generated/vk_layer_dispatch_table.hfile directly you'll get a broken build until one of the listed headers is also added.Would it be possible to update the generate to add the correct include header so that
PFN_GetPhysicalDeviceProcAddris correctly defined?