dzn: Fix Windows WSI
This was a merge conflict from the Win32 WSI DXGI swapchain changes.
I missed moving a new line of code that was added when rearranging
things for using the common helpers.
Fixes: cfa260cd ("dzn: Use common physical device list/enumeration helpers")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20944>
This commit is contained in:
@@ -1138,6 +1138,9 @@ dzn_instance_create(const VkInstanceCreateInfo *pCreateInfo,
|
||||
vk_instance_dispatch_table_from_entrypoints(&dispatch_table,
|
||||
&dzn_instance_entrypoints,
|
||||
true);
|
||||
vk_instance_dispatch_table_from_entrypoints(&dispatch_table,
|
||||
&wsi_instance_entrypoints,
|
||||
false);
|
||||
|
||||
VkResult result =
|
||||
vk_instance_init(&instance->vk, &instance_extensions,
|
||||
|
||||
Reference in New Issue
Block a user