Delegate xrGetSpatialBufferVector3fEXT_delegate
Delegate signature for xrGetSpatialBufferVector3fEXT.
Provided by XR_EXT_spatial_entity.
Namespace: UnityEditor.XR.OpenXR.Tests.NativeTypes
Assembly: Unity.XR.OpenXR.Editor.Tests.dll
Syntax
public delegate XrResult xrGetSpatialBufferVector3fEXT_delegate(ulong snapshot, in XrSpatialBufferGetInfoEXT getInfo, uint bufferCapacityInput, out uint bufferCountOutput, XrVector3f* buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | snapshot | The snapshot. |
| XrSpatialBufferGetInfoEXT | getInfo | The get info. |
| uint | bufferCapacityInput | The buffer capacity input. |
| uint | bufferCountOutput | The buffer count output. |
| XrVector3f* | buffer | Pointer to an array of |
Returns
| Type | Description |
|---|---|
| XrResult | The result of the operation. |