|
Monado OpenXR Runtime
|
Misc helpers for xrt_system_devices implementations. More...
#include "xrt/xrt_system.h"
Go to the source code of this file.
Typedefs | |
| typedef xrt_result_t(* | u_system_devices_get_roles_function_t) (struct xrt_system_devices *xsysd, struct xrt_system_roles *out_roles) |
| Function pointer type for the system devices' get_roles function. | |
| typedef void(* | u_system_devices_destroy_function_t) (struct xrt_system_devices *xsysd) |
| Function pointer type for the system devices' destroy function. | |
Functions | |
| void | u_system_devices_populate_function_pointers (struct xrt_system_devices *xsysd, u_system_devices_get_roles_function_t get_roles_fn, u_system_devices_destroy_function_t destroy_fn) |
Misc helpers for xrt_system_devices implementations.