OpenXR allows Vulkan VkInstance and VkDevice handles to be created by either native Vulkan vkCreateInstance and vkCreateDevice calls or using xrCreateVulkanInstanceKHR and xrCreateVulkanDeviceKHR calls.
OpenXR example code should show both possibilities (and allowing for testing using both).
@rokuz
OpenXR allows Vulkan
VkInstanceandVkDevicehandles to be created by either native VulkanvkCreateInstanceandvkCreateDevicecalls or usingxrCreateVulkanInstanceKHRandxrCreateVulkanDeviceKHRcalls.OpenXR example code should show both possibilities (and allowing for testing using both).
@rokuz