turnip: expose VK_KHR_driver_properties

Now that we have a conformance version to advertise, we can expose the
extension.

Signed-off-by: Hyunjun Ko <zzoon@igalia.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6251>
This commit is contained in:
Hyunjun Ko 2021-10-01 02:00:11 +00:00 committed by Marge Bot
parent 1e850f23b1
commit 5d0712b185
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ get_device_extensions(const struct tu_physical_device *device,
.KHR_uniform_buffer_standard_layout = true,
.KHR_variable_pointers = true,
.KHR_vulkan_memory_model = true,
.KHR_driver_properties = true,
#ifndef TU_USE_KGSL
.KHR_timeline_semaphore = true,
#endif