You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
OpenXR allows Vulkan
VkInstance
andVkDevice
handles to be created by either native VulkanvkCreateInstance
andvkCreateDevice
calls or usingxrCreateVulkanInstanceKHR
andxrCreateVulkanDeviceKHR
calls.OpenXR example code should show both possibilities (and allowing for testing using both).
@rokuz
The text was updated successfully, but these errors were encountered: