|
Monado OpenXR Runtime
|
Main root of all of the probing device. More...
#include <xrt/xrt_prober.h>

Data Fields | |
| xrt_builder_create_func_t * | builders |
| A null terminated list of xrt_builder creation functions. More... | |
| struct xrt_prober_entry ** | entries |
| A null terminated list of null terminated lists of xrt_prober_entry. More... | |
| xrt_auto_prober_create_func_t * | auto_probers |
| A null terminated list of xrt_auto_prober creation functions. More... | |
| struct xrt_prober_entry_lists * | next |
| Lets you chain multiple prober entry lists. More... | |
Main root of all of the probing device.
| xrt_auto_prober_create_func_t* xrt_prober_entry_lists::auto_probers |
A null terminated list of xrt_auto_prober creation functions.
| xrt_builder_create_func_t* xrt_prober_entry_lists::builders |
A null terminated list of xrt_builder creation functions.
| struct xrt_prober_entry** xrt_prober_entry_lists::entries |
A null terminated list of null terminated lists of xrt_prober_entry.
| struct xrt_prober_entry_lists* xrt_prober_entry_lists::next |
Lets you chain multiple prober entry lists.