Skip to content

Fix instance creation error on VULKAN_SDK >= 1.3.216 by opting-in to extension VK_KHR_PORTABILITY_subset #35

@a-earthperson

Description

@a-earthperson

Related issue posted here: Encountered VK_ERROR_INCOMPATIBLE_DRIVER.

Proposed fix:

  1. Adds the VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR bit to the VkInstanceCreateInfo structure flags.
  2. Adds VK_KHR_portability_enumeration, VK_KHR_get_physical_device_properties2 to the instance extensions list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions