C Specification

The XrTrackableGetInfoANDROID structure is defined as:

// Provided by XR_ANDROID_trackables
typedef struct XrTrackableGetInfoANDROID {
    XrStructureType       type;
    const void*           next;
    XrTrackableANDROID    trackable;
    XrSpace               baseSpace;
    XrTime                time;
} XrTrackableGetInfoANDROID;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to the next structure in a structure chain. No such structures are defined in core OpenXR or this extension.

  • trackable is the XrTrackableANDROID plane to query.

  • baseSpace the plane pose will be relative to this XrSpace at time.

  • time is the XrTime at which to evaluate the coordinates relative to the baseSpace.

Description

The XrTrackableGetInfoANDROID structure provides query options when passed to xrGetTrackablePlaneANDROID. The trackable must correspond to the trackable used in xrGetTrackablePlaneANDROID.

Valid Usage (Implicit)

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.