XRDeviceProviderHandle$1 typedef

XRDeviceProviderHandle$1 = Pointer<Void>

@brief Opaque handle to an XRDeviceProvider instance.

This handle is used to identify and interact with a specific Viture glasses device. It must be obtained through xr_device_provider_create() before use.

Implementation

typedef XRDeviceProviderHandle$1 = ffi.Pointer<ffi.Void>;