···8989/*!
9090 * Main compositor struct tying everything in the compositor together.
9191 *
9292+ *
9393+ * This ultimately implements @ref xrt_compositor_native but does so by
9494+ * extending @ref comp_base. Yes, it looks like a little bit of "code reuse
9595+ * through inheritance," but it is useful here to avoid lots of boilerplate
9696+ * due to the use of C.
9797+ *
9298 * @ingroup comp_main
9393- * @implements xrt_compositor_native
9999+ * @extends comp_base
94100 */
95101struct comp_compositor
96102{