Definition
WebXR Depth Sensing Module defines XRGPUDepthInformation
[Exposed=Window]
interface XRGPUDepthInformation : XRDepthInformation {
[SameObject] readonly attribute GPUTexture texture;
GPUTextureViewDescriptor getViewDescriptor();
};
XRGPUDepthInformation interfaceWebXR Depth Sensing Module defines XRGPUDepthInformation
[Exposed=Window]
interface XRGPUDepthInformation : XRDepthInformation {
[SameObject] readonly attribute GPUTexture texture;
GPUTextureViewDescriptor getViewDescriptor();
};
XRGPUDepthInformation