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