The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

c/multi: Improve docs/markup of multi_compositor.

This makes the xrt_compositor inheritance diagram in Doxygen complete.

+5
+5
src/xrt/compositor/multi/comp_multi_private.h
··· 89 89 * A single compositor for feeding the layers from one session/app into 90 90 * the multi-client-capable system compositor. 91 91 * 92 + * An instance (usually an IPC server instance) might have several of 93 + * these at once, feeding layers to a single multi-client-capable system 94 + * compositor. 95 + * 92 96 * @ingroup comp_multi 97 + * @implements xrt_compositor_native 93 98 */ 94 99 struct multi_compositor 95 100 {