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

Support safe Vulkan bindings #34

Closed
1 task
tmfink opened this issue Jul 12, 2020 · 1 comment
Closed
1 task

Support safe Vulkan bindings #34

tmfink opened this issue Jul 12, 2020 · 1 comment

Comments

@tmfink
Copy link
Contributor

tmfink commented Jul 12, 2020

It seems that we do not support safe access to the Vulkan API through a crate such as Vulkano. OpenXR wants to provide the VkPhysicalDevice, which the Vulkan Rust crates do not support.

Status of support in other crates:

@Ralith
Copy link
Owner

Ralith commented Jul 12, 2020

Vulkan Rust crates support that just fine. I recommend ash. You're describing a vulkano-specific shortcoming, which isn't something this crate can do anything about.

@Ralith Ralith closed this as completed Jul 12, 2020
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

2 participants