Delegate ViveEyeTrackerHelper.xrGetEyeGeometricDataHTC
Namespace: VIVE.OpenXR.EyeTracker
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult ViveEyeTrackerHelper.xrGetEyeGeometricDataHTC(XrEyeTrackerHTC eyeTracker, ref XrEyeGeometricDataInfoHTC info, ref XrEyeGeometricDataHTC eyeGeometricData)
Parameters
Type | Name | Description |
---|---|---|
XrEyeTrackerHTC | eyeTracker | An XrEyeTrackerHTC previously created by xrCreateEyeTrackerHTC. |
XrEyeGeometricDataInfoHTC | info | A pointer to XrEyeGeometricDataInfoHTC structure. |
XrEyeGeometricDataHTC | eyeGeometricData | A pointer to XrEyeGeometricDataHTC returned by the runtime. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |