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

Add Vulkan support #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Vulkan support #2

wants to merge 1 commit into from

Conversation

Mon-Ouie
Copy link

I only added bindings for VK_KHR_vulkan_enable2, I don't think there's much of a point in implementing the older VK_KHR_vulkan_enable extension nowadays, any up to date OpenXR runtime should provide the new one by now.

Since presumably this will be used with a wrapper library for Vulkan that includes its own code to deal with VkResult and e.g. signal a condition, I just return those as is and leave the Vulkan part of the bindings to the library user.

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

Successfully merging this pull request may close these issues.

1 participant