WebIDLpedia

XRDepthStateInit dictionary

Definition

WebXR Depth Sensing Module defines XRDepthStateInit



dictionary XRDepthStateInit {
  required sequence<XRDepthUsage> usagePreference;
  required sequence<XRDepthDataFormat> dataFormatPreference;
};

Referring IDL interfaces/dictionaries