We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65afd9e commit 0c8feb2Copy full SHA for 0c8feb2
include/vk_mem_alloc.h
@@ -13128,7 +13128,8 @@ void VmaAllocator_T::ImportVulkanFunctions_Static()
13128
}
13129
#endif
13130
#if VMA_EXTERNAL_MEMORY_WIN32
13131
- m_VulkanFunctions.vkGetMemoryWin32HandleKHR = (PFN_vkGetMemoryWin32HandleKHR)vkGetMemoryWin32HandleKHR;
+ // Can only be fetched dynamically
13132
+ m_VulkanFunctions.vkGetMemoryWin32HandleKHR = (PFN_vkGetMemoryWin32HandleKHR)m_VulkanFunctions.vkGetDeviceProcAddr(m_hDevice, "vkGetMemoryWin32HandleKHR");
13133
#else
13134
m_VulkanFunctions.vkGetMemoryWin32HandleKHR = VMA_NULL;
13135
0 commit comments