The open source OpenXR runtime
0
fork

Configure Feed

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

c/null: Improve docs for comp_null

+4 -1
+4 -1
src/xrt/compositor/null/null_compositor.h
··· 84 84 /*! 85 85 * Main compositor struct tying everything in the compositor together. 86 86 * 87 - * @implements xrt_compositor_native, comp_base. 87 + * This ultimately implements @ref xrt_compositor_native but does so by 88 + * extending @ref comp_base, similar to how @ref comp_compositor works. 89 + * 90 + * @extends comp_base 88 91 * @ingroup comp_null 89 92 */ 90 93 struct null_compositor