lovr.headset.getHandles
EditReturns pointers to the OpenXR instance and session objects.
This can be used with FFI or other native plugins to integrate with other OpenXR code.
instance, session = lovr.headset.getHandles()
Arguments
None
Returns
Name | Type | Description |
instance | lightuserdata |
The OpenXR instance handle (XrInstance ).
|
session | lightuserdata |
The OpenXR session handle (XrSession ).
|