The open source OpenXR runtime
0
fork

Configure Feed

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

c/client: Add EGL comment (NFC)

authored by

Jakob Bornecrantz and committed by
Jakob Bornecrantz
35beaeea c1ac7fc6

+4 -1
+4 -1
src/xrt/compositor/client/comp_egl_client.c
··· 123 123 */ 124 124 125 125 /*! 126 - * EGL based compositor. 126 + * EGL based compositor, carries the extra needed EGL information needed by the 127 + * client side code and can handle both GL Desktop or GLES contexts. 128 + * 129 + * @ingroup comp_client 127 130 */ 128 131 struct client_egl_compositor 129 132 {