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>
3 lines
97 B
Meson
3 lines
97 B
Meson
project('Vulkan-Profiles', [])
|
|
gen_profiles_solution = files('scripts/gen_profiles_solution.py')
|