You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pushed some changes, always trying to load the function pointer from both "vkGetPhysicalDeviceMemoryProperties2" or "vkGetPhysicalDeviceMemoryProperties2KHR" names. Please let me know if it helps.
I have a feeling that even on vulkan >= 1.1, sometimes
vkGetPhysicalDeviceMemoryProperties2KHR is not found by the loader, unless the VK_KHR_get_physical_device_properties2 is enabled.
maybe could be a good idea to fallback to the "non"-khr version if the pointer is not found?
I'm using vma with
#define VMA_STATIC_VULKAN_FUNCTIONS 0
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
I pass instance and device pointers that I obtain from the vulkan-hpp dynamic dispatcher.
The text was updated successfully, but these errors were encountered: