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
I can get raw vulkan handles from these APIs, but I then need to create vulkano Devices and Instances out of those. There is currently no way to do that.
The text was updated successfully, but these errors were encountered:
I am trying to create a OpenXR application that renders with vulkan. To do so, I have to create vulkan devices and instances using an OpenXR API, as specified here: https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_KHR_vulkan_enable2
I can get raw vulkan handles from these APIs, but I then need to create vulkano
Device
s andInstance
s out of those. There is currently no way to do that.The text was updated successfully, but these errors were encountered: