C Specification

The XrEyeANDROID structure describes the state, position and orientation of an eye.

// Provided by XR_ANDROID_eye_tracking
typedef struct XrEyeANDROID {
    XrEyeStateANDROID    eyeState;
    XrPosef              eyePose;
} XrEyeANDROID;

Members

Member Descriptions
  • eyeState is the XrEyeStateANDROID of an eye.

  • eyePose is an XrPosef defining the position and orientation of the pupil of an eye within the reference frame of the corresponding XrEyesGetInfoANDROID::baseSpace. An identity orientation here represents a coordinate axes with +Z into the user’s eyes, +X to the right and +Y up.

Description

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