servo / webxr

Bindings for WebXR
Mozilla Public License 2.0
81 stars 23 forks source link

OpenXR: Updating the ApplicationInfo struct #233

Closed msub2 closed 2 months ago

msub2 commented 2 months ago

Currently the ApplicationInfo struct has all hardcoded values, including a lingering "firefox.reality" value for application_name, which obviously is no longer accurate. I feel like these values should maybe be passed in from the consuming application, perhaps as a part of OpenXrDiscovery.

jdm commented 2 months ago

Agreed!