Class EXTHandTrackingDataSource

java.lang.Object
org.lwjgl.openxr.EXTHandTrackingDataSource

public final class EXTHandTrackingDataSource extends Object
The XR_EXT_hand_tracking_data_source extension.

This extension augments the XR_EXT_hand_tracking extension.

Runtimes may support a variety of data sources for hand joint data for XR_EXT_hand_tracking, and some runtimes and devices may use joint data from multiple sources. This extension allows an application and the runtime to communicate about and make use of those data sources in a cooperative manner.

This extension allows the application to specify the data sources that it wants data from when creating a hand tracking handle, and allows the runtime to specify the currently active data source.

The application must enable the XR_EXT_hand_tracking extension in order to use this extension.