Delegate VivePassthroughHelper.xrCreatePassthroughHTCDelegate
The delegate function of xrCreatePassthroughHTC.
Namespace: VIVE.OpenXR .Passthrough
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult VivePassthroughHelper.xrCreatePassthroughHTCDelegate(XrSession session, XrPassthroughCreateInfoHTC createInfo, out XrPassthroughHTC passthrough)
Parameters
Type | Name | Description |
---|---|---|
Xr |
session | An Xr |
Xr |
createInfo | createInfo is a pointer to an Xr |
Xr |
passthrough | passthrough is a pointer to a handle in which the created Xr |
Returns
Type | Description |
---|---|
Xr |
XR_SUCCESS for success. |