[wpt-sync] Sync PR 31830 - Add support for secondary views in WebXR
Categories
(Core :: WebVR, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
176.58 KB,
text/plain
|
Details |
Sync web-platform-tests PR 31830 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31830
Details from upstream follow.
Patrick To <patrto@microsoft.com> wrote:
Add support for secondary views in WebXR
This change adds support for requesting secondary views in WebXR.
Secondary views can be requested by passing in 'secondary-views'
to requestSession. With this enabled, an arbitrary number of
secondary views can be exposed from the XR runtime on each frame.This change also implements secondary views in the OpenXR backend,
supporting the first-person observer view configuration. Secondary views
in OpenXR are only exposed to WebXR only when they are active (such as
when the camera feed is being captured) and requested by WebXR.Change-Id: Icb6a886e3f3b907f0c619bce5cf1f1481fb38a44
Reviewed-on: https://chromium-review.googlesource.com/3235583
WPT-Export-Revision: b79c14e480078b5a4b6aff6e5653706cfe8bc584
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b74cac562313
https://hg.mozilla.org/mozilla-central/rev/2f190ce31d10
Description
•