Skip to content

fix: xrGetVulkanGraphicsRequirementsKHR not exported by loader since it's not core.

Rylie Pavlik requested to merge rpavlik/xrgears:link-fix into master

We recently fixed the exports of the OpenXR loader to do what the spec says, so it no longer exports the non-core entry points directly. This fixes the link error, enabling use with the latest OpenXR loader.

Merge request reports