Monado OpenXR Runtime
|
Main root of all of the probing device. More...
#include <xrt/xrt_prober.h>
Data Fields | |
struct xrt_prober_entry ** | entries |
A a null terminated list of null terminated lists of xrt_prober_entry. More... | |
xrt_auto_prober_creator * | auto_probers |
A null terminated list of xrt_auto_prober creation functions. More... | |
struct xrt_prober_entry_lists * | next |
Allows you to chain multiple prober entry lists. More... | |
Main root of all of the probing device.
xrt_auto_prober_creator* xrt_prober_entry_lists::auto_probers |
A null terminated list of xrt_auto_prober creation functions.
struct xrt_prober_entry** xrt_prober_entry_lists::entries |
A a null terminated list of null terminated lists of xrt_prober_entry.
struct xrt_prober_entry_lists* xrt_prober_entry_lists::next |
Allows you to chain multiple prober entry lists.