mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
panvk: Advertise VK_KHR_get_physical_device_properties2
All the entrypooints are already implemented and a bunch of Vulkan CTS tests assume this extension exists. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15285>
This commit is contained in:
parent
3937c47c48
commit
8feed1f114
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ panvk_EnumerateInstanceVersion(uint32_t *pApiVersion)
|
|||
}
|
||||
|
||||
static const struct vk_instance_extension_table panvk_instance_extensions = {
|
||||
.KHR_get_physical_device_properties2 = true,
|
||||
#ifdef PANVK_USE_WSI_PLATFORM
|
||||
.KHR_surface = true,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue