Skip to content

vkGetPhysicalDeviceMemoryProperties2KHR not found #455

Open
@FilippoLeon

Description

@FilippoLeon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityCompatibility with some platformsinput neededWaiting for more information

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions