|
Monado OpenXR Runtime
|
Client proxy for xrt_app_instance. More...


Data Fields | |
| struct xrt_app_instance | base |
| struct ipc_connection * | ipc_c |
| The IPC connection. | |
| uint32_t | id |
Data Fields inherited from xrt_app_instance | |
| xrt_result_t(* | create_app_system )(struct xrt_app_instance *xainst, struct xrt_system *xsys, struct xrt_app_system **out_xasys) |
| Creates an application system from the passed system. | |
| void(* | destroy )(struct xrt_app_instance *xainst) |
| Destroy the application instance and its owned objects. | |
Additional Inherited Members | |
Static Public Member Functions inherited from xrt_app_instance | |
| static XRT_NONNULL_ALL xrt_result_t | xrt_app_instance_create_app_system (struct xrt_app_instance *xainst, struct xrt_system *xsys, struct xrt_app_system **out_xasys) |
| Creates an application system from the passed system. | |
| static XRT_NONNULL_ALL void | xrt_app_instance_destroy (struct xrt_app_instance **xainst_ptr) |
| Destroy the application instance and its owned objects. | |
Client proxy for xrt_app_instance.
| struct ipc_connection* ipc_client_app_instance::ipc_c |
The IPC connection.