C Specification

// Provided by XR_ML_user_calibration
typedef enum XrEyeCalibrationStatusML {
    XR_EYE_CALIBRATION_STATUS_UNKNOWN_ML = 0,
    XR_EYE_CALIBRATION_STATUS_NONE_ML = 1,
    XR_EYE_CALIBRATION_STATUS_COARSE_ML = 2,
    XR_EYE_CALIBRATION_STATUS_FINE_ML = 3,
    XR_EYE_CALIBRATION_STATUS_MAX_ENUM_ML = 0x7FFFFFFF
} XrEyeCalibrationStatusML;

Description

Enum Description

XR_EYE_CALIBRATION_STATUS_UNKNOWN_ML

Eye calibration status not available for unknown reason.

XR_EYE_CALIBRATION_STATUS_NONE_ML

User has not performed the eye calibration step. Use system provided app to perform eye calibration.

XR_EYE_CALIBRATION_STATUS_COARSE_ML

Eye calibration is of lower accuracy.

XR_EYE_CALIBRATION_STATUS_FINE_ML

Eye calibration is of higher accuracy.

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.