servo / webxr

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

Surface framerate info/functionality #239

Closed msub2 closed 1 month ago

msub2 commented 1 month ago

This PR surfaces framerate info from the OpenXR runtime, which in turn helps support some of the newer features on XRSession like XRSession.frameRate, XRSession.supportedFrameRates, and XRSession.updateTargetFrameRate

Fixes #237