Skip to content

vulkan/utils_gen: also check datadir for vk.xml

Niklas Haas requested to merge vulkan-datadir into master

This is useful in cases where users build the vulkan-headers (and thus place vk.xml) inside their custom prefixes, in which case it makes sense to look there as well.

Do this with highest priority - if a user is building against custom vulkan headers, we probably want to use them. (They might be pinned to known-good versions)

Merge request reports