C Specification

// Provided by XR_ML_user_calibration
typedef enum XrHeadsetFitStatusML {
    XR_HEADSET_FIT_STATUS_UNKNOWN_ML = 0,
    XR_HEADSET_FIT_STATUS_NOT_WORN_ML = 1,
    XR_HEADSET_FIT_STATUS_GOOD_FIT_ML = 2,
    XR_HEADSET_FIT_STATUS_BAD_FIT_ML = 3,
    XR_HEADSET_FIT_STATUS_MAX_ENUM_ML = 0x7FFFFFFF
} XrHeadsetFitStatusML;

Description

Enum Description

XR_HEADSET_FIT_STATUS_UNKNOWN_ML

Headset fit status not available for unknown reason.

XR_HEADSET_FIT_STATUS_NOT_WORN_ML

Headset not worn.

XR_HEADSET_FIT_STATUS_GOOD_FIT_ML

Good fit.

XR_HEADSET_FIT_STATUS_BAD_FIT_ML

Bad fit.

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.