Skip to content

hello_xr vulkan backend ignores minApiVersion from graphics requirements structs #448

Open
@fredemmott

Description

@fredemmott

VK 1.0 is hardcoded here:

appInfo.apiVersion = VK_API_VERSION_1_0;

For XR_KHR_vulkan_enable2, the version can (should) be forced by the runtime or an API layer's implementation of xrCreateVulkanInstanceKHR, however this isn't supported via XR_KHR_vulkan_enable - for the older OpenXR extension, the app should respect the min api version from XrGraphicsRequirementsVulkanKHR and use it for vkCreateInstance()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsynced to gitlabSynchronized to OpenXR internal GitLab

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions