vulkan: Add a generated vk_properties struct
Generates a physical device properties table to avoid dealing with pNext chains in the driver. Based on vk_features. Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24575>
This commit is contained in:
committed by
Marge Bot
parent
0ab0e5d803
commit
eaee792ea5
@@ -427,6 +427,7 @@ static VkResult pvr_physical_device_init(struct pvr_physical_device *pdevice,
|
||||
&instance->vk,
|
||||
&supported_extensions,
|
||||
&supported_features,
|
||||
NULL,
|
||||
&dispatch_table);
|
||||
if (result != VK_SUCCESS)
|
||||
goto err_pvr_winsys_destroy;
|
||||
|
||||
Reference in New Issue
Block a user