blob: e924eea3ffa410453afd7ca496c64ac52c9ec663 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrstagebounds-interface
[
SecureContext,
OriginTrialEnabled=WebXR
] interface XRStageBounds {
readonly attribute FrozenArray<XRStageBoundsPoint> geometry;
};