Delegate OpenXRHelper.xrGetInputSourceLocalizedNameDelegate
The function delegate declaration of xrGetInputSourceLocalizedName.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrGetInputSourceLocalizedNameDelegate(XrSession session, ref XrInputSourceLocalizedNameGetInfo getInfo, uint bufferCapacityInput, ref uint bufferCountOutput, char[] buffer)
Parameters
Type | Name | Description |
---|---|---|
Xr |
session | A handle to the Xr |
Xr |
getInfo | An Xr |
uint | bufferCapacityInput | The capacity of the buffer, or 0 to indicate a request to retrieve the required capacity. |
uint | bufferCountOutput | A pointer to the count of name characters written to buffer (including the terminating \0), or a pointer to the required capacity in the case that bufferCapacityInput is insufficient. |
char[] | buffer | A pointer to an application-allocated buffer that will be filled with the bound source name. It can be NULL if bufferCapacityInput is 0. |
Returns
Type | Description |
---|---|
Xr |
XR_SUCCESS for success. |