mesa/subprojects/packagefiles/Vulkan-Profiles/meson.build
Mel Henning b5973bed78 zink: Add zink_check_requirements
This is a new tool that checks a driver against the vulkan profile and
complains about any missing features.

Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36061>
2025-08-22 16:08:11 -04:00

2 lines
97 B
Meson

project('Vulkan-Profiles', [])
gen_profiles_solution = files('scripts/gen_profiles_solution.py')