Open fredemmott opened 10 months ago
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.
VK 1.0 is hardcoded here: https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/820278f99f98928ac1f3d27916c4aa24c6539521/src/tests/hello_xr/graphicsplugin_vulkan.cpp#L1386
For
XR_KHR_vulkan_enable2
, the version can (should) be forced by the runtime or an API layer's implementation ofxrCreateVulkanInstanceKHR
, however this isn't supported viaXR_KHR_vulkan_enable
- for the older OpenXR extension, the app should respect the min api version fromXrGraphicsRequirementsVulkanKHR
and use it forvkCreateInstance()