mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
xrt: Improve code docs
This commit is contained in:
parent
8f7eed3521
commit
4c5327fc65
|
@ -1831,6 +1831,7 @@ struct xrt_system_compositor_info
|
|||
struct xrt_system_compositor;
|
||||
|
||||
/*!
|
||||
* @interface xrt_multi_compositor_control
|
||||
* Special functions to control multi session/clients.
|
||||
*/
|
||||
struct xrt_multi_compositor_control
|
||||
|
@ -1881,8 +1882,8 @@ struct xrt_system_compositor
|
|||
* This signals that you want to start XR, and as such implicitly brings
|
||||
* up a new session. Does not "call" `xrBeginSession`.
|
||||
*
|
||||
* Some system compositors might only support that one `xrt_compositor`
|
||||
* is always at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
|
||||
* Some system compositors might only support that one `xrt_compositor`
|
||||
* is active at a time, will return `XRT_ERROR_MULTI_SESSION_NOT_IMPLEMENTED`
|
||||
* if this is the case.
|
||||
*/
|
||||
xrt_result_t (*create_native_compositor)(struct xrt_system_compositor *xsc,
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*!
|
||||
* @file
|
||||
* @brief Common settings structs to be transferred between different parts of
|
||||
* Monadon.
|
||||
* Monado, mainly for tracking and camera usage.
|
||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||
* @ingroup xrt_iface
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue