mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
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>
2 lines
97 B
Meson
2 lines
97 B
Meson
project('Vulkan-Profiles', [])
|
|
gen_profiles_solution = files('scripts/gen_profiles_solution.py')
|