Delegate xrDestroySpatialPersistenceContextEXT_delegate
Delegate signature for xrDestroySpatialPersistenceContextEXT.
Provided by XR_EXT_spatial_persistence.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrDestroySpatialPersistenceContextEXT_delegate(ulong persistenceContext)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | persistenceContext | The persistence context. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |