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

XR_SENSE_DATA_PROVIDER_TYPE_ANCHOR_BD

Create arbitrary spatial anchors. (Added by the XR_BD_spatial_anchor extension)

XR_SENSE_DATA_PROVIDER_TYPE_SCENE_BD

Access spatial scene capture data. (Added by the XR_BD_spatial_scene extension)

XR_SENSE_DATA_PROVIDER_TYPE_MESH_BD

Capture spatial mesh data. (Added by the XR_BD_spatial_mesh extension)

XR_SENSE_DATA_PROVIDER_TYPE_PLANE_BD

Capture spatial plane data. (Added by the XR_BD_spatial_plane extension)

See Also

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 2014-2025 The Khronos Group Inc.