C Specification

// Provided by XR_ML_localization_map
typedef enum XrLocalizationMapTypeML {
    XR_LOCALIZATION_MAP_TYPE_ON_DEVICE_ML = 0,
    XR_LOCALIZATION_MAP_TYPE_CLOUD_ML = 1,
    XR_LOCALIZATION_MAP_TYPE_MAX_ENUM_ML = 0x7FFFFFFF
} XrLocalizationMapTypeML;

Description

Enum Description

XR_LOCALIZATION_MAP_TYPE_ON_DEVICE_ML

The system is localized into an On-Device map, published anchors are not shared between different devices.

XR_LOCALIZATION_MAP_TYPE_CLOUD_ML

The system is localized into a Cloud Map, anchors are shared per cloud account settings.

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-2024, The Khronos Group Inc.