mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
c/client: Add EGL comment (NFC)
This commit is contained in:
parent
c1ac7fc679
commit
35beaeead4
|
@ -123,7 +123,10 @@ old_restore(struct old_helper *old, EGLDisplay current_dpy)
|
|||
*/
|
||||
|
||||
/*!
|
||||
* EGL based compositor.
|
||||
* EGL based compositor, carries the extra needed EGL information needed by the
|
||||
* client side code and can handle both GL Desktop or GLES contexts.
|
||||
*
|
||||
* @ingroup comp_client
|
||||
*/
|
||||
struct client_egl_compositor
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue