WebIDLpedia

XRGPUDepthInformation interface

Definition

WebXR Depth Sensing Module defines XRGPUDepthInformation



[Exposed=Window]
interface XRGPUDepthInformation : XRDepthInformation {
  [SameObject] readonly attribute GPUTexture texture;

  GPUTextureViewDescriptor getViewDescriptor();
};

Methods and attributes that return objects implementing XRGPUDepthInformation

Referring IDL interfaces/dictionaries