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

[feature request] create Device, Instance, etc. from raw vulkan handles #2297

Closed
yshui opened this issue Aug 20, 2023 · 1 comment
Closed

Comments

@yshui
Copy link
Contributor

yshui commented Aug 20, 2023

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 Devices and Instances out of those. There is currently no way to do that.

@yshui
Copy link
Contributor Author

yshui commented Aug 20, 2023

duplicate of #1935

@yshui yshui closed this as completed Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant