Closed
Bug 1576976
Opened 5 years ago
Closed 4 years ago
Compile OpenVRSession.cpp into vrhost.dll
Categories
(Core :: WebVR, task, P2)
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: thomasmo, Assigned: thomasmo)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
This change compiles the OpenVRSession class into vrhost.dll so that it can share the same code to interact with OpenVR as WebVR.
To enable this, code related to controllers/gamepad is refactored into a new class, OpenVRControllerSession. This scenario involves a lot of IPC, which is not portable. Since it is not needed for vrhost, it is refactored into a separate file that is included and used when OpenVRSession is compiled in xul.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•