EGL Specific Support

EGL Specific Support — EGL specific API

Synopsis

EGLDisplay          clutter_egl_display                 (void);
EGLDisplay          clutter_eglx_display                (void);
EGLDisplay          clutter_egl_get_egl_display         (void);

Description

The EGL backend for Clutter provides some EGL specific API

You need to include <clutter/egl/clutter-egl.h> to have access to the functions documented here.

Details

clutter_egl_display ()

EGLDisplay          clutter_egl_display                 (void);

Warning

clutter_egl_display has been deprecated since version 1.6 and should not be used in newly-written code. Use clutter_fruity_get_egl_display() instead

Retrieves the EGLDisplay used by Clutter.

Returns :

the EGL display

Since 0.6


clutter_eglx_display ()

EGLDisplay          clutter_eglx_display                (void);

Warning

clutter_eglx_display has been deprecated since version 1.6 and should not be used in newly-written code. Use clutter_egl_get_egl_display() instead

Retrieves the EGLDisplay used by Clutter, if Clutter has been compiled with EGL and X11 support.

Returns :

the EGL display

Since 0.4


clutter_egl_get_egl_display ()

EGLDisplay          clutter_egl_get_egl_display         (void);

Retrieves the EGLDisplay used by Clutter.

Returns :

the EGL display

Since 1.6