C Specification

The XrPersistenceLocationBD enumeration identifies the different persistence locations.

// Provided by XR_BD_spatial_anchor
typedef enum XrPersistenceLocationBD {
    XR_PERSISTENCE_LOCATION_LOCAL_BD = 0,
    XR_PERSISTENCE_LOCATION_MAX_ENUM_BD = 0x7FFFFFFF
} XrPersistenceLocationBD;

Description

Enum Description

XR_PERSISTENCE_LOCATION_LOCAL_BD

The persistence storage location is local to the device.

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.