Delegate ViveCompositionLayerHelper.xrCreatePassthroughHTCDelegate
The delegate function of xrCreatePassthroughHTC.
Namespace: VIVE.OpenXR.CompositionLayer
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult ViveCompositionLayerHelper.xrCreatePassthroughHTCDelegate(XrSession session, XrPassthroughCreateInfoHTC createInfo, out XrPassthroughHTC passthrough)
Parameters
Type | Name | Description |
---|---|---|
XrSession | session | An XrSession in which the passthrough will be active. |
XrPassthroughCreateInfoHTC | createInfo | createInfo is a pointer to an XrPassthroughCreateInfoHTC structure containing information about how to create the passthrough. |
XrPassthroughHTC | passthrough | passthrough is a pointer to a handle in which the created XrPassthroughHTC is returned. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |