Delegate xrCreateSpatialContextCompleteEXT_delegate
Delegate signature for xrCreateSpatialContextCompleteEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrCreateSpatialContextCompleteEXT_delegate(ulong session, ulong future, ref XrCreateSpatialContextCompletionEXT completion)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | session | The |
| ulong | future | The future. |
| XrCreateSpatialContextCompletionEXT | completion | The completion. |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |