Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hello_xr vulkan backend ignores minApiVersion from graphics requirements structs #448

Open
fredemmott opened this issue Jan 14, 2024 · 1 comment
Labels
bug Something isn't working synced to gitlab Synchronized to OpenXR internal GitLab

Comments

@fredemmott
Copy link

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()

@rpavlik-bot rpavlik-bot added the synced to gitlab Synchronized to OpenXR internal GitLab label Feb 1, 2024
@rpavlik-bot
Copy link
Collaborator

An issue (number 2208) has been filed to correspond to this issue in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#2208 ), to facilitate working group processes.

This GitHub issue will continue to be the main site of discussion.

@rpavlik rpavlik added the bug Something isn't working label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working synced to gitlab Synchronized to OpenXR internal GitLab
Projects
None yet
Development

No branches or pull requests

3 participants