mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-02 06:53:39 +00:00
Go through vkEnumeratePhysicalDevices funcptr
This commit is contained in:
parent
cf03851cc8
commit
2a621a8424
@ -1046,7 +1046,7 @@ bool vulkan_context_init(gfx_ctx_vulkan_data_t *vk,
|
||||
if (!gpus)
|
||||
return false;
|
||||
|
||||
if (vkEnumeratePhysicalDevices(vk->context.instance,
|
||||
if (vk->fp.vkEnumeratePhysicalDevices(vk->context.instance,
|
||||
&gpu_count, gpus) != VK_SUCCESS)
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user