C Specification
The XrHandTrackingFrequencyHintMETA enumerates the frequency hints that applications can provide to suggest the desired hand tracking update frequency to the runtime.
// Provided by XR_META_hand_tracking_frequency_hint
typedef enum XrHandTrackingFrequencyHintMETA {
XR_HAND_TRACKING_FREQUENCY_HINT_DEFAULT_META = 1,
XR_HAND_TRACKING_FREQUENCY_HINT_HIGH_META = 2,
XR_HAND_TRACKING_FREQUENCY_HINT_MAX_ENUM_META = 0x7FFFFFFF
} XrHandTrackingFrequencyHintMETA;
Description
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.