Class
CoglDisplayEGL
Instance methods
Methods inherited from CoglDisplay (2)
cogl_display_get_renderer
Queries the CoglRenderer associated with the given display.
cogl_display_setup
Explicitly sets up the given display object. Use of this api is
optional since Cogl will internally setup the display if not done explicitly.
Properties
Properties inherited from CoglDisplay (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct CoglDisplayEGLClass {
CoglDisplayClass parent_class;
int (* add_config_attributes) (
CoglDisplayEGL* display,
EGLint* attributes
);
gboolean (* choose_config) (
CoglDisplayEGL* display,
EGLint* attributes,
EGLConfig* out_config,
GError** error
);
}
No description available.
Class members
parent_class: CoglDisplayClassNo description available.
add_config_attributes: int (* add_config_attributes) ( CoglDisplayEGL* display, EGLint* attributes )No description available.
choose_config: gboolean (* choose_config) ( CoglDisplayEGL* display, EGLint* attributes, EGLConfig* out_config, GError** error )No description available.