Delegate xrCreateSpatialContextAsyncEXT_delegate
Delegate signature for xrCreateSpatialContextAsyncEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrCreateSpatialContextAsyncEXT_delegate(ulong session, in XrSpatialContextCreateInfoEXT createInfo, out ulong future)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | session | The |
| XrSpatialContextCreateInfoEXT | createInfo | The create info. |
| ulong | future | The output future. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |