Definition
WebXR Depth Sensing Module defines XRWebGLDepthInformation
[Exposed=Window]
interface XRWebGLDepthInformation : XRDepthInformation {
[SameObject] readonly attribute WebGLTexture texture;
readonly attribute XRTextureType textureType;
readonly attribute unsigned long? imageIndex;
};