Closed
Bug 1618365
Opened 5 years ago
Closed 5 years ago
Update XRFrame state before and after RAF callback
Categories
(Core :: WebVR, task, P2)
Core
WebVR
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: kip, Assigned: kip)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
As per the WebXR spec, the XRFrame needs to be populated for the duration of the RAF callback.
See the TODO comment for this bug in VRManagerChild for the callback to the RAF this needs to apply to.
Assignee | ||
Comment 1•5 years ago
|
||
We were only missing some validation as part of the XRFrame initialization.
Rest is already happening in XRSession::StartFrame
Assignee | ||
Updated•5 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•5 years ago
|
||
We were only missing some validation as part of the XRFrame initialization.
Rest is already happening in XRSession::StartFrame
Assignee | ||
Updated•5 years ago
|
Attachment #9138712 -
Attachment is obsolete: true
Pushed by kgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f644bc0e4b8a
Populate XRFrame for RAF callback r=imanol
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•