mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 17:50:06 +00:00
t/sdl_test: Improve docs for sdl_compositor
This commit is contained in:
parent
5f99ce41e4
commit
bd4312d019
|
@ -79,8 +79,12 @@ struct sdl_comp_frame
|
|||
};
|
||||
|
||||
/*!
|
||||
* Split out for convinecne.
|
||||
* Split out for convenience.
|
||||
*
|
||||
* This ultimately implements @ref xrt_compositor_native but does so by
|
||||
* extending @ref comp_base, similar to how @ref comp_compositor works.
|
||||
*
|
||||
* @extends comp_base
|
||||
* @ingroup sdl_test
|
||||
*/
|
||||
struct sdl_compositor
|
||||
|
|
Loading…
Reference in a new issue