C Specification
The XrSpatialAnchorSpaceFromIdCreateInfoANDROID structure is defined as:
// Provided by XR_ANDROID_spatial_anchor_space
typedef struct XrSpatialAnchorSpaceFromIdCreateInfoANDROID {
XrStructureType type;
const void* next;
XrSpatialEntityIdEXT anchorEntityId;
} XrSpatialAnchorSpaceFromIdCreateInfoANDROID;
Members
Description
The runtime must return XR_ERROR_SPATIAL_ENTITY_ID_INVALID_EXT if
XrSpatialAnchorSpaceFromIdCreateInfoANDROID::entityId is not a valid
ID for spatialContext.
The runtime must return
XR_ERROR_SPATIAL_ANCHOR_ENTITY_ID_INVALID_ANDROID if
XrSpatialAnchorSpaceFromIdCreateInfoANDROID::entityId is not a valid
entity ID for an anchor.
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
Copyright 2014-2026 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.