mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/main: Improve docs for comp_compositor
This commit is contained in:
parent
8d393ad3fa
commit
e85faec8d5
|
@ -89,8 +89,14 @@ struct comp_frame
|
|||
/*!
|
||||
* Main compositor struct tying everything in the compositor together.
|
||||
*
|
||||
*
|
||||
* This ultimately implements @ref xrt_compositor_native but does so by
|
||||
* extending @ref comp_base. Yes, it looks like a little bit of "code reuse
|
||||
* through inheritance," but it is useful here to avoid lots of boilerplate
|
||||
* due to the use of C.
|
||||
*
|
||||
* @ingroup comp_main
|
||||
* @implements xrt_compositor_native
|
||||
* @extends comp_base
|
||||
*/
|
||||
struct comp_compositor
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue