mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 01:30:07 +00:00
c/client: Fix doxygen warnings
This commit is contained in:
parent
4ef986aab0
commit
0fab8c23b4
src/xrt/compositor/client
|
@ -141,7 +141,7 @@ struct client_d3d11_compositor
|
|||
/*!
|
||||
* A timeline semaphore made by the native compositor and imported by us.
|
||||
*
|
||||
* When this is valid, we should use xrt_compositor::layer_commit_with_sync:
|
||||
* When this is valid, we should use xrt_compositor::layer_commit_with_semaphone:
|
||||
* it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can
|
||||
* pass @ref timeline_semaphore instead of blocking locally.
|
||||
*/
|
||||
|
|
|
@ -132,7 +132,7 @@ struct client_d3d12_compositor
|
|||
/*!
|
||||
* A timeline semaphore made by the native compositor and imported by us.
|
||||
*
|
||||
* When this is valid, we should use @ref xrt_compositor::layer_commit_with_sync:
|
||||
* When this is valid, we should use @ref xrt_compositor::layer_commit_with_semaphone:
|
||||
* it means the native compositor knows about timeline semaphores, and we can import its semaphores, so we can
|
||||
* pass @ref timeline_semaphore instead of blocking locally.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue