C Specification
The XrSenseDataProviderTypeBD enumeration is defined as:
// Provided by XR_BD_spatial_sensing
typedef enum XrSenseDataProviderTypeBD {
  // Provided by XR_BD_spatial_anchor
    XR_SENSE_DATA_PROVIDER_TYPE_ANCHOR_BD = 1000390000,
  // Provided by XR_BD_spatial_scene
    XR_SENSE_DATA_PROVIDER_TYPE_SCENE_BD = 1000392000,
  // Provided by XR_BD_spatial_mesh
    XR_SENSE_DATA_PROVIDER_TYPE_MESH_BD = 1000393000,
  // Provided by XR_BD_spatial_plane
    XR_SENSE_DATA_PROVIDER_TYPE_PLANE_BD = 1000396000,
    XR_SENSE_DATA_PROVIDER_TYPE_MAX_ENUM_BD = 0x7FFFFFFF
} XrSenseDataProviderTypeBD;Description
| Enum | Description | 
|---|---|
| 
 | Create arbitrary spatial anchors.  (Added by the  | 
| 
 | Access spatial scene capture data.  (Added by the  | 
| 
 | Capture spatial mesh data.  (Added by the  | 
| 
 | Capture spatial plane data.  (Added by the  | 
Document Notes
For more information, see the OpenXR Specification
This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.
Copyright
Copyright 2014-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.