C Specification
The xrCreateFaceTrackerBD function is defined as:
// Provided by XR_BD_facial_simulation
XrResult xrCreateFaceTrackerBD(
XrSession session,
const XrFaceTrackerCreateInfoBD* createInfo,
XrFaceTrackerBD* tracker);
Parameters
Description
An application can create an XrFaceTrackerBD handle by calling the xrCreateFaceTrackerBD function, specifying a supported mode from those defined in XrFacialSimulationModeBD.
If the runtime does not support the specified mode provided in
createInfo in XrFaceTrackerCreateInfoBD, the runtime must
return XR_ERROR_FEATURE_UNSUPPORTED from xrCreateFaceTrackerBD.
An application can get supported modes by calling the
xrEnumerateFacialSimulationModesBD function.
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-2025 The Khronos Group Inc.
This work is licensed under a Creative Commons Attribution 4.0 International License.