Even after installing vulkan-headers and vulkan-validation-layers-devel the vulkan/vk_layer_dispatch_table.h still cannot be found by meson and the build fails. Doing some digging, it seems this file simply is not included in the packages anymore. Maybe it's deprecated? Or is there another package I need to install? The closest header I could find is vk_dispatch_table.h in vulkan/utility.
Even after installing
vulkan-headers
andvulkan-validation-layers-devel
thevulkan/vk_layer_dispatch_table.h
still cannot be found by meson and the build fails. Doing some digging, it seems this file simply is not included in the packages anymore. Maybe it's deprecated? Or is there another package I need to install? The closest header I could find isvk_dispatch_table.h
invulkan/utility
.