Open asajeffrey opened 5 years ago
They're called internally in each backend:
Okay, that deals with start, what about stop? E.g. if there are system resources which need cleaned up?
yes, ideally we can make servo call those functions when WebXR sessions are started or stopped
Created a Servo issue, since that's where the problem is... https://github.com/servo/servo/issues/22924
Not sure if this is a servo issue or a rust-webvr issue, but the methods to start and stop presentation on a device are never called by servo. Shouldn't they be?